Class: Aws::Types::StartChatContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:customer_id])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute attributes.

Returns:

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


7921
7922
7923
# File 'sig/types.rbs', line 7921

def attributes
  @attributes
end

#chat_duration_in_minutes::Integer

Returns the value of attribute chat_duration_in_minutes.

Returns:

  • (::Integer)


7926
7927
7928
# File 'sig/types.rbs', line 7926

def chat_duration_in_minutes
  @chat_duration_in_minutes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7925
7926
7927
# File 'sig/types.rbs', line 7925

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


7920
7921
7922
# File 'sig/types.rbs', line 7920

def contact_flow_id
  @contact_flow_id
end

#customer_id::String

Returns the value of attribute customer_id.

Returns:

  • (::String)


7931
7932
7933
# File 'sig/types.rbs', line 7931

def customer_id
  @customer_id
end

#disconnect_on_customer_exit::Array[("AGENT")]

Returns the value of attribute disconnect_on_customer_exit.

Returns:

  • (::Array[("AGENT")])


7932
7933
7934
# File 'sig/types.rbs', line 7932

def disconnect_on_customer_exit
  @disconnect_on_customer_exit
end

#initial_messageTypes::ChatMessage

Returns the value of attribute initial_message.

Returns:



7924
7925
7926
# File 'sig/types.rbs', line 7924

def initial_message
  @initial_message
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7919
7920
7921
# File 'sig/types.rbs', line 7919

def instance_id
  @instance_id
end

#participant_configurationTypes::ParticipantConfiguration

Returns the value of attribute participant_configuration.



7923
7924
7925
# File 'sig/types.rbs', line 7923

def participant_configuration
  @participant_configuration
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.



7922
7923
7924
# File 'sig/types.rbs', line 7922

def participant_details
  @participant_details
end

#persistent_chatTypes::PersistentChat

Returns the value of attribute persistent_chat.



7928
7929
7930
# File 'sig/types.rbs', line 7928

def persistent_chat
  @persistent_chat
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


7929
7930
7931
# File 'sig/types.rbs', line 7929

def related_contact_id
  @related_contact_id
end

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

Returns the value of attribute segment_attributes.

Returns:



7930
7931
7932
# File 'sig/types.rbs', line 7930

def segment_attributes
  @segment_attributes
end

#supported_messaging_content_types::Array[::String]

Returns the value of attribute supported_messaging_content_types.

Returns:

  • (::Array[::String])


7927
7928
7929
# File 'sig/types.rbs', line 7927

def supported_messaging_content_types
  @supported_messaging_content_types
end