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

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

Overview

The request message for Intents.UpdateIntent.

Instance Attribute Summary collapse

Instance Attribute Details

#intent::Google::Cloud::Dialogflow::V2::Intent

Returns Required. The intent to update.

Returns:



959
960
961
962
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 959

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

#intent_view::Google::Cloud::Dialogflow::V2::IntentView

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

Returns:



959
960
961
962
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 959

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

#language_code::String

Returns Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

Returns:

  • (::String)

    Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.



959
960
961
962
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 959

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

#update_mask::Google::Protobuf::FieldMask

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

Returns:



959
960
961
962
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 959

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