Amazon Pinpoint · Schema

VoiceChannelRequest

Specifies the status and settings of the voice channel for an application.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
Enabled object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-voice-channel-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-voice-channel-request-schema.json",
  "title": "VoiceChannelRequest",
  "description": "Specifies the status and settings of the voice channel for an application.",
  "type": "object",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "description": "Specifies whether to enable the voice channel for the application."
        }
      ]
    }
  }
}