IDirectLineSpeechChannel.CognitiveServiceSubscriptionKey Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The cognitive service subscription key to use with this channel registration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cognitiveServiceSubscriptionKey", Update=true)]
public string CognitiveServiceSubscriptionKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The cognitive service subscription key to use with this channel registration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cognitiveServiceSubscriptionKey", Update=true)>]
member this.CognitiveServiceSubscriptionKey : string with get, set
Public Property CognitiveServiceSubscriptionKey As String

Property Value

Attributes

Applies to