Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ReloadDocumentRequest.
Request message for Documents.ReloadDocument.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content_uri
def content_uri() -> ::String
-
(::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>
.
#content_uri=
def content_uri=(value) -> ::String
-
value (::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>
.
-
(::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>
.
#import_gcs_custom_metadata
def import_gcs_custom_metadata() -> ::Boolean
- (::Boolean) — Optional. Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
#import_gcs_custom_metadata=
def import_gcs_custom_metadata=(value) -> ::Boolean
- value (::Boolean) — Optional. Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
- (::Boolean) — Optional. Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
#name
def name() -> ::String
-
(::String) — Required. The name of the document to reload.
Format:
projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
#name=
def name=(value) -> ::String
-
value (::String) — Required. The name of the document to reload.
Format:
projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
-
(::String) — Required. The name of the document to reload.
Format:
projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
#smart_messaging_partial_update
def smart_messaging_partial_update() -> ::Boolean
- (::Boolean) — Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.
#smart_messaging_partial_update=
def smart_messaging_partial_update=(value) -> ::Boolean
- value (::Boolean) — Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.
- (::Boolean) — Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.