IDirectLineSpeechChannel.CognitiveServiceResourceId 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 id with this channel registration.
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The cognitive service id with this channel registration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cognitiveServiceResourceId", Update=true)]
public string CognitiveServiceResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=true, Description="The cognitive service id with this channel registration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cognitiveServiceResourceId", Update=true)>]
member this.CognitiveServiceResourceId : string with get, set
Public Property CognitiveServiceResourceId As String
Property Value
- Attributes