Class: Aws::Connect::Types::UpdateParticipantRoleConfigChannelInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Note:

UpdateParticipantRoleConfigChannelInfo is a union - when making an API calls you must set exactly one of the members.

Configuration information for the chat participant role.

Direct Known Subclasses

Chat, Unknown

Defined Under Namespace

Classes: Chat, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chatTypes::ChatParticipantRoleConfig

Configuration information for the chat participant role.



19957
19958
19959
19960
19961
19962
19963
19964
19965
19966
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19957

class UpdateParticipantRoleConfigChannelInfo < Struct.new(
  :chat,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Chat < UpdateParticipantRoleConfigChannelInfo; end
  class Unknown < UpdateParticipantRoleConfigChannelInfo; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



19957
19958
19959
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19957

def unknown
  @unknown
end