Class: Aws::Types::StartAssistantContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agentTypes::AiAgentInput

Returns the value of attribute ai_agent.

Returns:



7877
7878
7879
# File 'sig/types.rbs', line 7877

def ai_agent
  @ai_agent
end

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

Returns the value of attribute attributes.

Returns:

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


7880
7881
7882
# File 'sig/types.rbs', line 7880

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7881
7882
7883
# File 'sig/types.rbs', line 7881

def client_token
  @client_token
end

#initial_messageTypes::ChatMessage

Returns the value of attribute initial_message.

Returns:



7879
7880
7881
# File 'sig/types.rbs', line 7879

def initial_message
  @initial_message
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7876
7877
7878
# File 'sig/types.rbs', line 7876

def instance_id
  @instance_id
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.



7878
7879
7880
# File 'sig/types.rbs', line 7878

def participant_details
  @participant_details
end

#persistent_chatTypes::PersistentChat

Returns the value of attribute persistent_chat.



7882
7883
7884
# File 'sig/types.rbs', line 7882

def persistent_chat
  @persistent_chat
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


7883
7884
7885
# File 'sig/types.rbs', line 7883

def related_contact_id
  @related_contact_id
end