Class: Google::Cloud::Dialogflow::V2::BatchUpdateIntentsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb

Overview

The request message for Intents::BatchUpdateIntents.

Instance Attribute Summary collapse

Instance Attribute Details

#intent_batch_inlineGoogle::Cloud::Dialogflow::V2::IntentBatch

Returns The collection of intents to update or create.

Returns:



666
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 666

class BatchUpdateIntentsRequest; end

#intent_batch_uriString

Returns The URI to a Google Cloud Storage file containing intents to update or create. The file format can either be a serialized proto (of IntentBatch type) or JSON object. Note: The URI must start with "gs://".

Returns:

  • (String)

    The URI to a Google Cloud Storage file containing intents to update or create. The file format can either be a serialized proto (of IntentBatch type) or JSON object. Note: The URI must start with "gs://".



666
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 666

class BatchUpdateIntentsRequest; end

#intent_viewGoogle::Cloud::Dialogflow::V2::IntentView

Returns Optional. The resource view to apply to the returned intent.

Returns:



666
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 666

class BatchUpdateIntentsRequest; end

#language_codeString

Returns Optional. The language of training phrases, parameters and rich messages defined in intents. If not specified, the agent's default language is used. More than a dozen languages are supported. Note: languages must be enabled in the agent, before they can be used.

Returns:

  • (String)

    Optional. The language of training phrases, parameters and rich messages defined in intents. If not specified, the agent's default language is used. More than a dozen languages are supported. Note: languages must be enabled in the agent, before they can be used.



666
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 666

class BatchUpdateIntentsRequest; end

#parentString

Returns Required. The name of the agent to update or create intents in. Format: projects/<Project ID>/agent.

Returns:

  • (String)

    Required. The name of the agent to update or create intents in. Format: projects/<Project ID>/agent.



666
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 666

class BatchUpdateIntentsRequest; end

#update_maskGoogle::Protobuf::FieldMask

Returns Optional. The mask to control which fields get updated.

Returns:



666
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 666

class BatchUpdateIntentsRequest; end