Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
static SsmlVoiceGender |
SsmlVoiceGender.forNumber(int value) |
SsmlVoiceGender |
VoiceSelectionParamsOrBuilder.getSsmlGender()
Optional.
|
SsmlVoiceGender |
VoiceSelectionParams.getSsmlGender()
Optional.
|
SsmlVoiceGender |
VoiceSelectionParams.Builder.getSsmlGender()
Optional.
|
static SsmlVoiceGender |
SsmlVoiceGender.valueOf(Descriptors.EnumValueDescriptor desc) |
static SsmlVoiceGender |
SsmlVoiceGender.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<SsmlVoiceGender> |
SsmlVoiceGender.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
VoiceSelectionParams.Builder |
VoiceSelectionParams.Builder.setSsmlGender(SsmlVoiceGender value)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.