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])


8063
8064
8065
# File 'sig/types.rbs', line 8063

def attributes
  @attributes
end

#chat_duration_in_minutes::Integer

Returns the value of attribute chat_duration_in_minutes.

Returns:

  • (::Integer)


8065
8066
8067
# File 'sig/types.rbs', line 8065

def chat_duration_in_minutes
  @chat_duration_in_minutes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8071
8072
8073
# File 'sig/types.rbs', line 8071

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


8064
8065
8066
# File 'sig/types.rbs', line 8064

def contact_flow_id
  @contact_flow_id
end

#destination_endpointTypes::Endpoint

Returns the value of attribute destination_endpoint.

Returns:



8060
8061
8062
# File 'sig/types.rbs', line 8060

def destination_endpoint
  @destination_endpoint
end

#initial_system_messageTypes::ChatMessage

Returns the value of attribute initial_system_message.

Returns:



8067
8068
8069
# File 'sig/types.rbs', line 8067

def initial_system_message
  @initial_system_message
end

#initial_templated_system_messageTypes::TemplatedMessageConfig

Returns the value of attribute initial_templated_system_message.



8068
8069
8070
# File 'sig/types.rbs', line 8068

def initial_templated_system_message
  @initial_templated_system_message
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8061
8062
8063
# File 'sig/types.rbs', line 8061

def instance_id
  @instance_id
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.



8066
8067
8068
# File 'sig/types.rbs', line 8066

def participant_details
  @participant_details
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


8069
8070
8071
# File 'sig/types.rbs', line 8069

def related_contact_id
  @related_contact_id
end

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

Returns the value of attribute segment_attributes.

Returns:



8062
8063
8064
# File 'sig/types.rbs', line 8062

def segment_attributes
  @segment_attributes
end

#source_endpointTypes::Endpoint

Returns the value of attribute source_endpoint.

Returns:



8059
8060
8061
# File 'sig/types.rbs', line 8059

def source_endpoint
  @source_endpoint
end

#supported_messaging_content_types::Array[::String]

Returns the value of attribute supported_messaging_content_types.

Returns:

  • (::Array[::String])


8070
8071
8072
# File 'sig/types.rbs', line 8070

def supported_messaging_content_types
  @supported_messaging_content_types
end