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

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

Instance Attribute Summary collapse

Instance Attribute Details

#intent_batch_inline::Google::Cloud::Dialogflow::V2::IntentBatch

Returns The collection of intents to update or create.

Returns:



1001
1002
1003
1004
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1001

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

#intent_batch_uri::String

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://".



1001
1002
1003
1004
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1001

class BatchUpdateIntentsRequest
  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:



1001
1002
1003
1004
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1001

class BatchUpdateIntentsRequest
  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.



1001
1002
1003
1004
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1001

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

#parent::String

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.



1001
1002
1003
1004
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1001

class BatchUpdateIntentsRequest
  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:



1001
1002
1003
1004
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 1001

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