Class: Google::Cloud::Dialogflow::V2::GetValidationResultRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetValidationResultRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/agent.rb
Overview
The request message for Agents.GetValidationResult.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns Optional. The language for which you want a validation result. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
319 320 321 322 |
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 319 class GetValidationResultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project that the agent is associated with.
Format: projects/<Project ID>
.
319 320 321 322 |
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 319 class GetValidationResultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |