Class: Aws::Types::StartChatContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartChatContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#chat_duration_in_minutes ⇒ ::Integer
Returns the value of attribute chat_duration_in_minutes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
-
#disconnect_on_customer_exit ⇒ ::Array[("AGENT")]
Returns the value of attribute disconnect_on_customer_exit.
-
#initial_message ⇒ Types::ChatMessage
Returns the value of attribute initial_message.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#participant_configuration ⇒ Types::ParticipantConfiguration
Returns the value of attribute participant_configuration.
-
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
-
#persistent_chat ⇒ Types::PersistentChat
Returns the value of attribute persistent_chat.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
-
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
-
#supported_messaging_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_messaging_content_types.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
7608 7609 7610 |
# File 'sig/types.rbs', line 7608 def attributes @attributes end |
#chat_duration_in_minutes ⇒ ::Integer
Returns the value of attribute chat_duration_in_minutes.
7613 7614 7615 |
# File 'sig/types.rbs', line 7613 def chat_duration_in_minutes @chat_duration_in_minutes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7612 7613 7614 |
# File 'sig/types.rbs', line 7612 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
7607 7608 7609 |
# File 'sig/types.rbs', line 7607 def contact_flow_id @contact_flow_id end |
#customer_id ⇒ ::String
Returns the value of attribute customer_id.
7618 7619 7620 |
# File 'sig/types.rbs', line 7618 def customer_id @customer_id end |
#disconnect_on_customer_exit ⇒ ::Array[("AGENT")]
Returns the value of attribute disconnect_on_customer_exit.
7619 7620 7621 |
# File 'sig/types.rbs', line 7619 def disconnect_on_customer_exit @disconnect_on_customer_exit end |
#initial_message ⇒ Types::ChatMessage
Returns the value of attribute initial_message.
7611 7612 7613 |
# File 'sig/types.rbs', line 7611 def @initial_message end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7606 7607 7608 |
# File 'sig/types.rbs', line 7606 def instance_id @instance_id end |
#participant_configuration ⇒ Types::ParticipantConfiguration
Returns the value of attribute participant_configuration.
7610 7611 7612 |
# File 'sig/types.rbs', line 7610 def participant_configuration @participant_configuration end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
7609 7610 7611 |
# File 'sig/types.rbs', line 7609 def participant_details @participant_details end |
#persistent_chat ⇒ Types::PersistentChat
Returns the value of attribute persistent_chat.
7615 7616 7617 |
# File 'sig/types.rbs', line 7615 def persistent_chat @persistent_chat end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
7616 7617 7618 |
# File 'sig/types.rbs', line 7616 def @related_contact_id end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
7617 7618 7619 |
# File 'sig/types.rbs', line 7617 def segment_attributes @segment_attributes end |
#supported_messaging_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_messaging_content_types.
7614 7615 7616 |
# File 'sig/types.rbs', line 7614 def supported_messaging_content_types @supported_messaging_content_types end |