Prompt.SayAs Property

Definition

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)

Property Value

Nullable<SayAs>

Applies to