Class: Google::Cloud::Dialogflow::CX::V3::UpdateIntentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/intent.rb

Overview

The request message for Intents.UpdateIntent.

Instance Attribute Summary collapse

Instance Attribute Details

#intent::Google::Cloud::Dialogflow::CX::V3::Intent

Returns Required. The intent to update.

Returns:



297
298
299
300
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 297

class UpdateIntentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_code::String

Returns The language of the following fields in intent:

  • Intent.training_phrases.parts.text

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Returns:

  • (::String)

    The language of the following fields in intent:

    • Intent.training_phrases.parts.text

    If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.



297
298
299
300
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 297

class UpdateIntentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns The mask to control which fields get updated. If the mask is not present, all fields will be updated.

Returns:



297
298
299
300
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 297

class UpdateIntentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end