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