Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::VoiceSelectionParams.
Description of which voice to use for speech synthesis.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#name
def name() -> ::String- 
        (::String) — Optional. The name of the voice. If not set, the service will choose a
voice based on the other parameters such as language_code and
ssml_gender.
For the list of available voices, please refer to Supported voices and languages.
 
#name=
def name=(value) -> ::String- 
        value (::String) — Optional. The name of the voice. If not set, the service will choose a
voice based on the other parameters such as language_code and
ssml_gender.
For the list of available voices, please refer to Supported voices and languages.
 
- 
        (::String) — Optional. The name of the voice. If not set, the service will choose a
voice based on the other parameters such as language_code and
ssml_gender.
For the list of available voices, please refer to Supported voices and languages.
 
#ssml_gender
def ssml_gender() -> ::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender- (::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender) — Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and name. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer substitutes a voice with a different gender rather than failing the request.
 
#ssml_gender=
def ssml_gender=(value) -> ::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender- value (::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender) — Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and name. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer substitutes a voice with a different gender rather than failing the request.
 
- (::Google::Cloud::Dialogflow::CX::V3::SsmlVoiceGender) — Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and name. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer substitutes a voice with a different gender rather than failing the request.