다음을 통해 공유


IDirectLineSpeechChannel Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.DirectLineSpeechChannelTypeConverter))]
public interface IDirectLineSpeechChannel : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IChannel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.DirectLineSpeechChannelTypeConverter))>]
type IDirectLineSpeechChannel = interface
    interface IJsonSerializable
    interface IChannel
Public Interface IDirectLineSpeechChannel
Implements IChannel
Derived
Attributes
Implements

Properties

CognitiveServiceRegion

The cognitive service region with this channel registration.

CognitiveServiceResourceId

The cognitive service id with this channel registration.

CognitiveServiceSubscriptionKey

The cognitive service subscription key to use with this channel registration.

CustomSpeechModelId

Custom voice deployment id (optional).

CustomVoiceDeploymentId

Custom speech model id (optional).

Etag

Entity Tag of the resource

(Inherited from IChannel)
IsDefaultBotForCogSvcAccount

Make this a default bot for chosen cognitive service account.

IsEnabled

Whether this channel is enabled or not.

Location

Specifies the location of the resource.

(Inherited from IChannel)
Name

The channel name

(Inherited from IChannel)
ProvisioningState

Provisioning state of the resource

(Inherited from IChannel)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to