Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ExportDocumentRequest.
Request message for Documents.ExportDocument.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#export_full_content
def export_full_content() -> ::Boolean
Returns
- (::Boolean) — When enabled, export the full content of the document including empirical probability.
#export_full_content=
def export_full_content=(value) -> ::Boolean
Parameter
- value (::Boolean) — When enabled, export the full content of the document including empirical probability.
Returns
- (::Boolean) — When enabled, export the full content of the document including empirical probability.
#gcs_destination
def gcs_destination() -> ::Google::Cloud::Dialogflow::V2::GcsDestination
Returns
- (::Google::Cloud::Dialogflow::V2::GcsDestination) — Cloud Storage file path to export the document.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::Dialogflow::V2::GcsDestination
Parameter
- value (::Google::Cloud::Dialogflow::V2::GcsDestination) — Cloud Storage file path to export the document.
Returns
- (::Google::Cloud::Dialogflow::V2::GcsDestination) — Cloud Storage file path to export the document.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the document to export.
Format:
projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the document to export.
Format:
projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
Returns
-
(::String) — Required. The name of the document to export.
Format:
projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
#smart_messaging_partial_update
def smart_messaging_partial_update() -> ::Boolean
Returns
- (::Boolean) — When enabled, export the smart messaging allowlist document for partial update.
#smart_messaging_partial_update=
def smart_messaging_partial_update=(value) -> ::Boolean
Parameter
- value (::Boolean) — When enabled, export the smart messaging allowlist document for partial update.
Returns
- (::Boolean) — When enabled, export the smart messaging allowlist document for partial update.