Prompt.Voice Property

Definition

The voice to use to tts out if "value" is text. Default : Male

public Microsoft.Bot.Builder.Calling.ObjectModel.Misc.VoiceGender? Voice { get; set; }
member this.Voice : Nullable<Microsoft.Bot.Builder.Calling.ObjectModel.Misc.VoiceGender> with get, set
Public Property Voice As Nullable(Of VoiceGender)

Property Value

Nullable<VoiceGender>

Applies to