Amazon Connect · JSON Structure

Start Chat Contact Response Structure

StartChatContactResponse schema from Amazon Connect Service API

Type: object Properties: 3
ChatContact CenterCustomer ServiceVoiceAIOmnichannel

StartChatContactResponse is a JSON Structure definition published by Amazon Connect, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ContactId ParticipantId ParticipantToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-structure/start-chat-contact-response-structure.json",
  "name": "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."
    }
  }
}