다음을 통해 공유


IDirectLineSpeechChannelProperties.IsDefaultBotForCogSvcAccount Property

Definition

Make this a default bot for chosen cognitive service account.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Make this a default bot for chosen cognitive service account.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isDefaultBotForCogSvcAccount")]
public bool? IsDefaultBotForCogSvcAccount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Make this a default bot for chosen cognitive service account.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isDefaultBotForCogSvcAccount")>]
member this.IsDefaultBotForCogSvcAccount : Nullable<bool> with get, set
Public Property IsDefaultBotForCogSvcAccount As Nullable(Of Boolean)

Property Value

Attributes

Applies to