Class: Google::Cloud::Dialogflow::CX::V3::DeleteAgentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DeleteAgentRequest
- 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.DeleteAgent.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the agent to delete.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
.
318 319 320 321 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 318 class DeleteAgentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |