Class: Google::Cloud::Dialogflow::V2::TrainAgentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::TrainAgentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/agent.rb
Overview
The request message for Agents.TrainAgent.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The project that the agent to train is associated with.
Format: projects/<Project ID>
.
216 217 218 219 |
# File 'proto_docs/google/cloud/dialogflow/v2/agent.rb', line 216 class TrainAgentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |