Amazon Connect · Schema

StartChatContactResponse

StartChatContactResponse schema from Amazon Connect Service API

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

start-chat-contact-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-schema/start-chat-contact-response-schema.json",
  "title": "StartChatContactResponse",
  "description": "StartChatContactResponse schema from Amazon Connect Service API",
  "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."
    }
  }
}