Amazon Connect · Schema

ListContactFlowsResponse

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
ContactFlowSummaryList array
NextToken string
View JSON Schema on GitHub

JSON Schema

amazon-connect-listcontactflowsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListContactFlowsResponse",
  "title": "ListContactFlowsResponse",
  "type": "object",
  "properties": {
    "ContactFlowSummaryList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ContactFlowSummary"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}