Class: Google::Cloud::Dialogflow::V2::VoiceSelectionParams
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::VoiceSelectionParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/audio_config.rb
Overview
Description of which voice to use for speech synthesis.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Optional.
-
#ssml_gender ⇒ ::Google::Cloud::Dialogflow::V2::SsmlVoiceGender
Optional.
Instance Attribute Details
#name ⇒ ::String
180 181 182 183 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 180 class VoiceSelectionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssml_gender ⇒ ::Google::Cloud::Dialogflow::V2::SsmlVoiceGender
180 181 182 183 |
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 180 class VoiceSelectionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |