Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::DeleteAgentRequest.
The request message for Agents.DeleteAgent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. The project that the agent to delete is associated with. Format:
projects/<Project ID>
.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The project that the agent to delete is associated with. Format:
projects/<Project ID>
.
Returns
- (::String) — Required. The project that the agent to delete is associated with. Format:
projects/<Project ID>
.