IDirectLineSpeechChannel.CognitiveServiceRegion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The cognitive service region with this channel registration.
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The cognitive service region with this channel registration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cognitiveServiceRegion", Update=true)]
public string CognitiveServiceRegion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The cognitive service region with this channel registration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cognitiveServiceRegion", Update=true)>]
member this.CognitiveServiceRegion : string with get, set
Public Property CognitiveServiceRegion As String
Property Value
- Attributes