Class: Aws::Types::StartOutboundChatContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute attributes.

Returns:



8161
8162
8163
# File 'sig/types.rbs', line 8161

def attributes
  @attributes
end

#chat_duration_in_minutes::Integer

Returns the value of attribute chat_duration_in_minutes.

Returns:



8163
8164
8165
# File 'sig/types.rbs', line 8163

def chat_duration_in_minutes
  @chat_duration_in_minutes
end

#client_token::String

Returns the value of attribute client_token.

Returns:



8169
8170
8171
# File 'sig/types.rbs', line 8169

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:



8162
8163
8164
# File 'sig/types.rbs', line 8162

def contact_flow_id
  @contact_flow_id
end

#destination_endpointTypes::Endpoint

Returns the value of attribute destination_endpoint.

Returns:



8158
8159
8160
# File 'sig/types.rbs', line 8158

def destination_endpoint
  @destination_endpoint
end

#initial_system_messageTypes::ChatMessage

Returns the value of attribute initial_system_message.

Returns:



8165
8166
8167
# File 'sig/types.rbs', line 8165

def initial_system_message
  @initial_system_message
end

#initial_templated_system_messageTypes::TemplatedMessageConfig

Returns the value of attribute initial_templated_system_message.

Returns:



8166
8167
8168
# File 'sig/types.rbs', line 8166

def initial_templated_system_message
  @initial_templated_system_message
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



8159
8160
8161
# File 'sig/types.rbs', line 8159

def instance_id
  @instance_id
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.

Returns:



8164
8165
8166
# File 'sig/types.rbs', line 8164

def participant_details
  @participant_details
end

Returns the value of attribute related_contact_id.

Returns:



8167
8168
8169
# File 'sig/types.rbs', line 8167

def related_contact_id
  @related_contact_id
end

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

Returns the value of attribute segment_attributes.

Returns:



8160
8161
8162
# File 'sig/types.rbs', line 8160

def segment_attributes
  @segment_attributes
end

#source_endpointTypes::Endpoint

Returns the value of attribute source_endpoint.

Returns:



8157
8158
8159
# File 'sig/types.rbs', line 8157

def source_endpoint
  @source_endpoint
end

#supported_messaging_content_types::Array[::String]

Returns the value of attribute supported_messaging_content_types.

Returns:



8168
8169
8170
# File 'sig/types.rbs', line 8168

def supported_messaging_content_types
  @supported_messaging_content_types
end