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:

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


7739
7740
7741
# File 'sig/types.rbs', line 7739

def attributes
  @attributes
end

#chat_duration_in_minutes::Integer

Returns the value of attribute chat_duration_in_minutes.

Returns:

  • (::Integer)


7741
7742
7743
# File 'sig/types.rbs', line 7741

def chat_duration_in_minutes
  @chat_duration_in_minutes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7747
7748
7749
# File 'sig/types.rbs', line 7747

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


7740
7741
7742
# File 'sig/types.rbs', line 7740

def contact_flow_id
  @contact_flow_id
end

#destination_endpointTypes::Endpoint

Returns the value of attribute destination_endpoint.

Returns:



7736
7737
7738
# File 'sig/types.rbs', line 7736

def destination_endpoint
  @destination_endpoint
end

#initial_system_messageTypes::ChatMessage

Returns the value of attribute initial_system_message.

Returns:



7743
7744
7745
# File 'sig/types.rbs', line 7743

def initial_system_message
  @initial_system_message
end

#initial_templated_system_messageTypes::TemplatedMessageConfig

Returns the value of attribute initial_templated_system_message.



7744
7745
7746
# File 'sig/types.rbs', line 7744

def initial_templated_system_message
  @initial_templated_system_message
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7737
7738
7739
# File 'sig/types.rbs', line 7737

def instance_id
  @instance_id
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.



7742
7743
7744
# File 'sig/types.rbs', line 7742

def participant_details
  @participant_details
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


7745
7746
7747
# File 'sig/types.rbs', line 7745

def related_contact_id
  @related_contact_id
end

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

Returns the value of attribute segment_attributes.

Returns:



7738
7739
7740
# File 'sig/types.rbs', line 7738

def segment_attributes
  @segment_attributes
end

#source_endpointTypes::Endpoint

Returns the value of attribute source_endpoint.

Returns:



7735
7736
7737
# File 'sig/types.rbs', line 7735

def source_endpoint
  @source_endpoint
end

#supported_messaging_content_types::Array[::String]

Returns the value of attribute supported_messaging_content_types.

Returns:

  • (::Array[::String])


7746
7747
7748
# File 'sig/types.rbs', line 7746

def supported_messaging_content_types
  @supported_messaging_content_types
end