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.
8052 8053 8054 |
# File 'sig/types.rbs', line 8052 def attributes @attributes end |
#chat_duration_in_minutes ⇒ ::Integer
Returns the value of attribute chat_duration_in_minutes.
8054 8055 8056 |
# File 'sig/types.rbs', line 8054 def chat_duration_in_minutes @chat_duration_in_minutes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8060 8061 8062 |
# File 'sig/types.rbs', line 8060 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8053 8054 8055 |
# File 'sig/types.rbs', line 8053 def contact_flow_id @contact_flow_id end |
#destination_endpoint ⇒ Types::Endpoint
Returns the value of attribute destination_endpoint.
8049 8050 8051 |
# File 'sig/types.rbs', line 8049 def destination_endpoint @destination_endpoint end |
#initial_system_message ⇒ Types::ChatMessage
Returns the value of attribute initial_system_message.
8056 8057 8058 |
# File 'sig/types.rbs', line 8056 def @initial_system_message end |
#initial_templated_system_message ⇒ Types::TemplatedMessageConfig
Returns the value of attribute initial_templated_system_message.
8057 8058 8059 |
# File 'sig/types.rbs', line 8057 def @initial_templated_system_message end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8050 8051 8052 |
# File 'sig/types.rbs', line 8050 def instance_id @instance_id end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
8055 8056 8057 |
# File 'sig/types.rbs', line 8055 def participant_details @participant_details end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
8058 8059 8060 |
# File 'sig/types.rbs', line 8058 def @related_contact_id end |
#segment_attributes ⇒ ::Hash[::String, Types::SegmentAttributeValue]
Returns the value of attribute segment_attributes.
8051 8052 8053 |
# File 'sig/types.rbs', line 8051 def segment_attributes @segment_attributes end |
#source_endpoint ⇒ Types::Endpoint
Returns the value of attribute source_endpoint.
8048 8049 8050 |
# File 'sig/types.rbs', line 8048 def source_endpoint @source_endpoint end |
#supported_messaging_content_types ⇒ ::Array[::String]
Returns the value of attribute supported_messaging_content_types.
8059 8060 8061 |
# File 'sig/types.rbs', line 8059 def supported_messaging_content_types @supported_messaging_content_types end |