Class: Aws::Types::StartAssistantContactResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartAssistantContactResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#continued_from_contact_id ⇒ ::String
Returns the value of attribute continued_from_contact_id.
-
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
-
#participant_token ⇒ ::String
Returns the value of attribute participant_token.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7899 7900 7901 |
# File 'sig/types.rbs', line 7899 def contact_id @contact_id end |
#continued_from_contact_id ⇒ ::String
Returns the value of attribute continued_from_contact_id.
7902 7903 7904 |
# File 'sig/types.rbs', line 7902 def continued_from_contact_id @continued_from_contact_id end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
7900 7901 7902 |
# File 'sig/types.rbs', line 7900 def participant_id @participant_id end |
#participant_token ⇒ ::String
Returns the value of attribute participant_token.
7901 7902 7903 |
# File 'sig/types.rbs', line 7901 def participant_token @participant_token end |