Class Google::Cloud::Dialogflow::V2::BatchDeleteIntentsRequest (v0.13.0)

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

#intents=

def intents=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::Intent>
Parameter
Returns

#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.