Class: Aws::Types::StartAssistantContactRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agentTypes::AiAgentInput

Returns the value of attribute ai_agent.



7986
7987
7988
# File 'sig/types.rbs', line 7986

def ai_agent
  @ai_agent
end

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

Returns the value of attribute attributes.



7989
7990
7991
# File 'sig/types.rbs', line 7989

def attributes
  @attributes
end

#client_token::String

Returns the value of attribute client_token.



7990
7991
7992
# File 'sig/types.rbs', line 7990

def client_token
  @client_token
end

#initial_messageTypes::ChatMessage

Returns the value of attribute initial_message.



7988
7989
7990
# File 'sig/types.rbs', line 7988

def initial_message
  @initial_message
end

#instance_id::String

Returns the value of attribute instance_id.



7985
7986
7987
# File 'sig/types.rbs', line 7985

def instance_id
  @instance_id
end

#participant_detailsTypes::ParticipantDetails

Returns the value of attribute participant_details.



7987
7988
7989
# File 'sig/types.rbs', line 7987

def participant_details
  @participant_details
end

#persistent_chatTypes::PersistentChat

Returns the value of attribute persistent_chat.



7991
7992
7993
# File 'sig/types.rbs', line 7991

def persistent_chat
  @persistent_chat
end

Returns the value of attribute related_contact_id.



7992
7993
7994
# File 'sig/types.rbs', line 7992

def related_contact_id
  @related_contact_id
end