Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::BatchDeleteIntentsRequest.
The request message for Intents.BatchDeleteIntents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intents
def intents() -> ::Array<::Google::Cloud::Dialogflow::V2::Intent>
Returns
-
(::Array<::Google::Cloud::Dialogflow::V2::Intent>) — Required. The collection of intents to delete. Only intent
name
must be filled in.
#intents=
def intents=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent>
Parameter
-
value (::Array<::Google::Cloud::Dialogflow::V2::Intent>) — Required. The collection of intents to delete. Only intent
name
must be filled in.
Returns
-
(::Array<::Google::Cloud::Dialogflow::V2::Intent>) — Required. The collection of intents to delete. Only intent
name
must be filled in.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The name of the agent to delete all entities types for. Format:
projects/<Project ID>/agent
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the agent to delete all entities types for. Format:
projects/<Project ID>/agent
.
Returns
-
(::String) — Required. The name of the agent to delete all entities types for. Format:
projects/<Project ID>/agent
.