Amazon Connect · JSON Structure

Search Contacts Response Structure

SearchContactsResponse schema from Amazon Connect Service API

Type: object Properties: 3
ChatContact CenterCustomer ServiceVoiceAIOmnichannel

SearchContactsResponse 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

Contacts NextToken TotalCount

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/search-contacts-response-structure.json",
  "name": "SearchContactsResponse",
  "description": "SearchContactsResponse schema from Amazon Connect Service API",
  "type": "object",
  "properties": {
    "Contacts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ContactSummary"
      }
    },
    "NextToken": {
      "type": "string"
    },
    "TotalCount": {
      "type": "int32",
      "description": "The total count of the search result."
    }
  }
}