Azure Bot Channel Direct Line Speech

This page shows how to write Terraform and Azure Resource Manager for Bot Channel Direct Line Speech and write them securely.

azurerm_bot_channel_direct_line_speech (Terraform)

The Channel Direct Line Speech in Bot can be configured in Terraform with the resource name azurerm_bot_channel_direct_line_speech. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are supported:

  • resource_group_name - (Required) The name of the resource group where the Direct Line Speech Channel should be created. Changing this forces a new resource to be created.

  • location - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

  • bot_name - (Required) The name of the Bot Resource this channel will be associated with. Changing this forces a new resource to be created.

  • cognitive_service_access_key - (Required) The access key to access the Cognitive Service.

  • cognitive_service_location - (Required) Specifies the supported Azure location where the Cognitive Service resource exists.

  • custom_speech_model_id - (Optional) The custom speech model id for the Direct Line Speech Channel.

  • custom_voice_deployment_id - (Optional) The custom voice deployment id for the Direct Line Speech Channel.

The following attributes are exported:

  • id - The ID of the Direct Line Speech Channel.

Explanation in Terraform Registry

Manages a Direct Line Speech integration for a Bot Channel

Microsoft.BotService/botServices/channels (Azure Resource Manager)

The botServices/channels in Microsoft.BotService can be configured in Azure Resource Manager with the resource name Microsoft.BotService/botServices/channels. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • etag optional - string

    Entity Tag

  • kind optional - string

    Required. Gets or sets the Kind of the resource.

  • location optional - string

    Specifies the location of the resource.

  • name required - string

    The name of the Channel resource.

  • properties required
      • etag optional - string

        Entity Tag of the resource

      • location optional - string

        Specifies the location of the resource.

  • sku optional
      • name required - string

        The sku name.

  • tags optional - string

    Contains resource tags defined as key/value pairs.

  • type required - string

Frequently asked questions

What is Azure Bot Channel Direct Line Speech?

Azure Bot Channel Direct Line Speech is a resource for Bot of Microsoft Azure. Settings can be wrote in Terraform.