Amazon Connect · Schema

DescribeContactFlowResponse

DescribeContactFlowResponse schema from Amazon Connect Service API

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
ContactFlow object
View JSON Schema on GitHub

JSON Schema

describe-contact-flow-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/describe-contact-flow-response-schema.json",
  "title": "DescribeContactFlowResponse",
  "description": "DescribeContactFlowResponse schema from Amazon Connect Service API",
  "type": "object",
  "properties": {
    "ContactFlow": {
      "$ref": "#/components/schemas/ContactFlow"
    }
  }
}