DialogflowSsmlVoiceGender

Add the following line to your scenario code to use the enum: require(Modules.AI);

View as Markdown

Values

UNSPECIFIED
'SSML_VOICE_GENDER_UNSPECIFIED'

An unspecified gender, which means that the customer does not care which gender the selected voice has.

MALE
'SSML_VOICE_GENDER_MALE'

A male voice.

FEMALE
'SSML_VOICE_GENDER_FEMALE'

A female voice.

NEUTRAL
'SSML_VOICE_GENDER_NEUTRAL'

A gender-neutral voice.