Prompt.Voice 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 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)