Class: Google::Cloud::Dialogflow::V2::ReloadDocumentRequest

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

Overview

Request message for Documents.ReloadDocument.

Instance Attribute Summary collapse

Instance Attribute Details

#content_uri::String

Returns Optional. The path of gcs source file for reloading document content. For now, only gcs uri is supported.

For documents stored in Google Cloud Storage, these URIs must have the form gs://<bucket-name>/<object-name>.

Returns:

  • (::String)

    Optional. The path of gcs source file for reloading document content. For now, only gcs uri is supported.

    For documents stored in Google Cloud Storage, these URIs must have the form gs://<bucket-name>/<object-name>.



366
367
368
369
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 366

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

#import_gcs_custom_metadata::Boolean

Returns Optional. Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.

Returns:

  • (::Boolean)

    Optional. Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.



366
367
368
369
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 366

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

#name::String

Returns Required. The name of the document to reload. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>.

Returns:

  • (::String)

    Required. The name of the document to reload. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>



366
367
368
369
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 366

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

#smart_messaging_partial_update::Boolean

Returns Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.

Returns:

  • (::Boolean)

    Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.



366
367
368
369
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 366

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