Class: Aws::Types::StartChatContactRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:customer_id])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


8030
8031
8032
# File 'sig/types.rbs', line 8030

def attributes
  @attributes
end

#chat_duration_in_minutes::Integer

Returns the value of attribute chat_duration_in_minutes.

Returns:

  • (::Integer)


8035
8036
8037
# File 'sig/types.rbs', line 8035

def chat_duration_in_minutes
  @chat_duration_in_minutes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8034
8035
8036
# File 'sig/types.rbs', line 8034

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


8029
8030
8031
# File 'sig/types.rbs', line 8029

def contact_flow_id
  @contact_flow_id
end

#customer_id::String

Returns the value of attribute customer_id.

Returns:

  • (::String)


8040
8041
8042
# File 'sig/types.rbs', line 8040

def customer_id
  @customer_id
end

#disconnect_on_customer_exit::Array[("AGENT")]

Returns the value of attribute disconnect_on_customer_exit.

Returns:

  • (::Array[("AGENT")])


8041
8042
8043
# File 'sig/types.rbs', line 8041

def disconnect_on_customer_exit
  @disconnect_on_customer_exit
end

#initial_messageTypes::ChatMessage

Returns the value of attribute initial_message.

Returns:



8033
8034
8035
# File 'sig/types.rbs', line 8033

def initial_message
  @initial_message
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8028
8029
8030
# File 'sig/types.rbs', line 8028

def instance_id
  @instance_id
end

#participant_configurationTypes::ParticipantConfiguration

Returns the value of attribute participant_configuration.



8032
8033
8034
# File 'sig/types.rbs', line 8032

def participant_configuration
  @participant_configuration
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.



8031
8032
8033
# File 'sig/types.rbs', line 8031

def participant_details
  @participant_details
end

#persistent_chatTypes::PersistentChat

Returns the value of attribute persistent_chat.



8037
8038
8039
# File 'sig/types.rbs', line 8037

def persistent_chat
  @persistent_chat
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


8038
8039
8040
# File 'sig/types.rbs', line 8038

def related_contact_id
  @related_contact_id
end

#segment_attributes::Hash[::String, Types::SegmentAttributeValue]

Returns the value of attribute segment_attributes.

Returns:



8039
8040
8041
# File 'sig/types.rbs', line 8039

def segment_attributes
  @segment_attributes
end

#supported_messaging_content_types::Array[::String]

Returns the value of attribute supported_messaging_content_types.

Returns:

  • (::Array[::String])


8036
8037
8038
# File 'sig/types.rbs', line 8036

def supported_messaging_content_types
  @supported_messaging_content_types
end