Prompt.SayAs 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.
Whether to customize pronunciation when tts'ing out - if "value" is text. Default : none
public Microsoft.Bot.Builder.Calling.ObjectModel.Misc.SayAs? SayAs { get; set; }
member this.SayAs : Nullable<Microsoft.Bot.Builder.Calling.ObjectModel.Misc.SayAs> with get, set
Public Property SayAs As Nullable(Of SayAs)