Class: Aws::Types::StartAssistantContactResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


7997
7998
7999
# File 'sig/types.rbs', line 7997

def contact_id
  @contact_id
end

#continued_from_contact_id::String

Returns the value of attribute continued_from_contact_id.

Returns:

  • (::String)


8000
8001
8002
# File 'sig/types.rbs', line 8000

def continued_from_contact_id
  @continued_from_contact_id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


7998
7999
8000
# File 'sig/types.rbs', line 7998

def participant_id
  @participant_id
end

#participant_token::String

Returns the value of attribute participant_token.

Returns:

  • (::String)


7999
8000
8001
# File 'sig/types.rbs', line 7999

def participant_token
  @participant_token
end