Class: Google::Cloud::Ces::V1beta::TestPersonaVoiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::TestPersonaVoiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation_service.rb
Overview
Request message for EvaluationService.TestPersonaVoice.
Instance Attribute Summary collapse
-
#app ⇒ ::String
Required.
-
#persona_id ⇒ ::String
Required.
-
#text ⇒ ::String
Required.
Instance Attribute Details
#app ⇒ ::String
Returns Required. the resource name of the app to test the persona voice for.
Format:
projects/{project}/locations/{location}/apps/{app}.
720 721 722 723 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 720 class TestPersonaVoiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#persona_id ⇒ ::String
Returns Required. The persona ID to test the voice for. Also accepts "default".
720 721 722 723 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 720 class TestPersonaVoiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns Required. The text to test the voice for.
720 721 722 723 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 720 class TestPersonaVoiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |