Amazon Connect · Example Payload

Amazon Connect Startchatcontact Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "startChatContact",
  "method": "POST",
  "path": "/contact/chat",
  "summary": "Amazon Connect Start Chat Contact",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "StartChatContactRequestExample",
      "example": {
        "InstanceId": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
        "ContactFlowId": "a1b2c3d4-5678-90ab-cdef-77777EXAMPLE",
        "ParticipantDetails": {
          "DisplayName": "Jane Smith"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "StartChatContact200Example",
      "example": {
        "ContactId": "a1b2c3d4-5678-90ab-cdef-88888EXAMPLE",
        "ParticipantId": "a1b2c3d4-5678-90ab-cdef-99999EXAMPLE",
        "ParticipantToken": "a1b2c3d4token"
      }
    }
  ]
}