Class: Aws::Types::ContactConfiguration

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)


968
969
970
# File 'sig/types.rbs', line 968

def contact_id
  @contact_id
end

#include_raw_messageBoolean

Returns the value of attribute include_raw_message.

Returns:

  • (Boolean)


970
971
972
# File 'sig/types.rbs', line 970

def include_raw_message
  @include_raw_message
end

#participant_role"AGENT", ...

Returns the value of attribute participant_role.

Returns:

  • ("AGENT", "CUSTOMER", "SYSTEM", "CUSTOM_BOT", "SUPERVISOR")


969
970
971
# File 'sig/types.rbs', line 969

def participant_role
  @participant_role
end