Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.SsmlVoiceGender
-
Packages that use SsmlVoiceGender Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of SsmlVoiceGender in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return SsmlVoiceGender Modifier and Type Method Description static SsmlVoiceGender
SsmlVoiceGender. forNumber(int value)
SsmlVoiceGender
VoiceSelectionParams.Builder. getSsmlGender()
Optional.SsmlVoiceGender
VoiceSelectionParams. getSsmlGender()
Optional.SsmlVoiceGender
VoiceSelectionParamsOrBuilder. getSsmlGender()
Optional.static SsmlVoiceGender
SsmlVoiceGender. valueOf(int value)
Deprecated.static SsmlVoiceGender
SsmlVoiceGender. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SsmlVoiceGender
SsmlVoiceGender. valueOf(String name)
Returns the enum constant of this type with the specified name.static SsmlVoiceGender[]
SsmlVoiceGender. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type SsmlVoiceGender Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SsmlVoiceGender>
SsmlVoiceGender. internalGetValueMap()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type SsmlVoiceGender Modifier and Type Method Description VoiceSelectionParams.Builder
VoiceSelectionParams.Builder. setSsmlGender(SsmlVoiceGender value)
Optional.
-