Class: Aws::Connect::Types::ContactConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

The contact configuration for push notification registration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The identifier of the contact within the Amazon Connect instance.

Returns:

  • (String)


2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2549

class ContactConfiguration < Struct.new(
  :contact_id,
  :participant_role,
  :include_raw_message)
  SENSITIVE = []
  include Aws::Structure
end

#include_raw_messageBoolean

Whether to include raw connect message in the push notification payload. Default is False.

Returns:

  • (Boolean)


2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2549

class ContactConfiguration < Struct.new(
  :contact_id,
  :participant_role,
  :include_raw_message)
  SENSITIVE = []
  include Aws::Structure
end

#participant_roleString

The role of the participant in the chat conversation.

Only CUSTOMER is currently supported. Any other values other than CUSTOMER will result in an exception (4xx error).

Returns:

  • (String)


2549
2550
2551
2552
2553
2554
2555
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2549

class ContactConfiguration < Struct.new(
  :contact_id,
  :participant_role,
  :include_raw_message)
  SENSITIVE = []
  include Aws::Structure
end