Amazon Connect · Example Payload

Start Chat Contact Response Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Start Chat Contact Response Example is an example object payload from Amazon Connect, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ContactIdParticipantIdParticipantToken

Example Payload

Raw ↑
{
  "ContactId": "a1b2c3d4-5678-90ab-cdef-88888EXAMPLE",
  "ParticipantId": "a1b2c3d4-5678-90ab-cdef-99999EXAMPLE",
  "ParticipantToken": "a1b2c3d4token"
}