Amazon Connect · Schema

StartChatContactResponse

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
ContactId string The identifier of the contact.
ParticipantId string The identifier for a chat participant.
ParticipantToken string The token used by the chat participant to call CreateParticipantConnection.
View JSON Schema on GitHub

JSON Schema

amazon-connect-startchatcontactresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StartChatContactResponse",
  "title": "StartChatContactResponse",
  "type": "object",
  "properties": {
    "ContactId": {
      "type": "string",
      "description": "The identifier of the contact.",
      "example": "a1b2c3d4-5678-90ab-cdef-88888EXAMPLE"
    },
    "ParticipantId": {
      "type": "string",
      "description": "The identifier for a chat participant.",
      "example": "a1b2c3d4-5678-90ab-cdef-99999EXAMPLE"
    },
    "ParticipantToken": {
      "type": "string",
      "description": "The token used by the chat participant to call CreateParticipantConnection."
    }
  }
}