Class: Aws::Types::StartOutboundChatContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartOutboundChatContactRequest
- 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.
-
#destination_endpoint ⇒ Types::Endpoint
Returns the value of attribute destination_endpoint.
-
#initial_system_message ⇒ Types::ChatMessage
Returns the value of attribute initial_system_message.
-
#initial_templated_system_message ⇒ Types::TemplatedMessageConfig
Returns the value of attribute initial_templated_system_message.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
-
#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.
-
#source_endpoint ⇒ Types::Endpoint
Returns the value of attribute source_endpoint.
-
#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.
7909 7910 7911 |
# File 'sig/types.rbs', line 7909 def attributes @attributes end |
#chat_duration_in_minutes ⇒ ::Integer
Returns the value of attribute chat_duration_in_minutes.
7911 7912 7913 |
# File 'sig/types.rbs', line 7911 def chat_duration_in_minutes @chat_duration_in_minutes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7917 7918 7919 |
# File 'sig/types.rbs', line 7917 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
7910 7911 7912 |
# File 'sig/types.rbs', line 7910 def contact_flow_id @contact_flow_id end |
#destination_endpoint ⇒ Types::Endpoint
Returns the value of attribute destination_endpoint.
7906 7907 7908 |
# File 'sig/types.rbs', line 7906 def destination_endpoint @destination_endpoint end |
#initial_system_message ⇒ Types::ChatMessage
Returns the value of attribute initial_system_message.
7913 7914 7915 |
# File 'sig/types.rbs', line 7913 def @initial_system_message end |
#initial_templated_system_message ⇒ Types::TemplatedMessageConfig
Returns the value of attribute initial_templated_system_message.
7914 7915 7916 |
# File 'sig/types.rbs', line 7914 def @initial_templated_system_message end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7907 7908 7909 |
# File 'sig/types.rbs', line 7907 def instance_id @instance_id end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
7912 7913 7914 |
# File 'sig/types.rbs', line 7912 def participant_details @participant_details end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
7915 7916 7917 |
# File 'sig/types.rbs', line 7915 def @related_contact_id end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
7908 7909 7910 |
# File 'sig/types.rbs', line 7908 def segment_attributes @segment_attributes end |
#source_endpoint ⇒ Types::Endpoint
Returns the value of attribute source_endpoint.
7905 7906 7907 |
# File 'sig/types.rbs', line 7905 def source_endpoint @source_endpoint end |
#supported_messaging_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_messaging_content_types.
7916 7917 7918 |
# File 'sig/types.rbs', line 7916 def supported_messaging_content_types @supported_messaging_content_types end |