Class: Google::Cloud::Dialogflow::V2::UpdateIntentRequest

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::UpdateIntent.

Instance Attribute Summary collapse

Instance Attribute Details

#intentGoogle::Cloud::Dialogflow::V2::Intent

Returns Required. The intent to update. Format: projects/<Project ID>/agent/intents/<Intent ID>.

Returns:



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

class UpdateIntentRequest; end

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

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

Returns:



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

class UpdateIntentRequest; end

#language_codeString

Returns Optional. The language of training phrases, parameters and rich messages defined in intent. 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 intent. 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.



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

class UpdateIntentRequest; end

#update_maskGoogle::Protobuf::FieldMask

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

Returns:



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

class UpdateIntentRequest; end