Class: Google::Cloud::Dialogflow::CX::V3::ValidateAgentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ValidateAgentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/agent.rb
Overview
The request message for Agents.ValidateAgent.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
If not specified, the agent's default language is used.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns If not specified, the agent's default language is used.
471 472 473 474 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 471 class ValidateAgentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The agent to validate.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
471 472 473 474 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 471 class ValidateAgentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |