Class: Aws::Types::StartAssistantContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAssistantContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent ⇒ Types::AiAgentInput
Returns the value of attribute ai_agent.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#initial_message ⇒ Types::ChatMessage
Returns the value of attribute initial_message.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
-
#persistent_chat ⇒ Types::PersistentChat
Returns the value of attribute persistent_chat.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
Instance Attribute Details
#ai_agent ⇒ Types::AiAgentInput
Returns the value of attribute ai_agent.
7759 7760 7761 |
# File 'sig/types.rbs', line 7759 def ai_agent @ai_agent end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
7762 7763 7764 |
# File 'sig/types.rbs', line 7762 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7763 7764 7765 |
# File 'sig/types.rbs', line 7763 def client_token @client_token end |
#initial_message ⇒ Types::ChatMessage
Returns the value of attribute initial_message.
7761 7762 7763 |
# File 'sig/types.rbs', line 7761 def @initial_message end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7758 7759 7760 |
# File 'sig/types.rbs', line 7758 def instance_id @instance_id end |
#participant_details ⇒ Types::ParticipantDetails
Returns the value of attribute participant_details.
7760 7761 7762 |
# File 'sig/types.rbs', line 7760 def participant_details @participant_details end |
#persistent_chat ⇒ Types::PersistentChat
Returns the value of attribute persistent_chat.
7764 7765 7766 |
# File 'sig/types.rbs', line 7764 def persistent_chat @persistent_chat end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
7765 7766 7767 |
# File 'sig/types.rbs', line 7765 def @related_contact_id end |