Class: Google::Cloud::Dialogflow::V2::ExportDocumentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ExportDocumentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/document.rb
Overview
Request message for Documents.ExportDocument.
Instance Attribute Summary collapse
-
#export_full_content ⇒ ::Boolean
When enabled, export the full content of the document including empirical probability.
-
#gcs_destination ⇒ ::Google::Cloud::Dialogflow::V2::GcsDestination
Cloud Storage file path to export the document.
-
#name ⇒ ::String
Required.
-
#smart_messaging_partial_update ⇒ ::Boolean
When enabled, export the smart messaging allowlist document for partial update.
Instance Attribute Details
#export_full_content ⇒ ::Boolean
Returns When enabled, export the full content of the document including empirical probability.
389 390 391 392 |
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 389 class ExportDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_destination ⇒ ::Google::Cloud::Dialogflow::V2::GcsDestination
Returns Cloud Storage file path to export the document.
389 390 391 392 |
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 389 class ExportDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the document to export.
Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
389 390 391 392 |
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 389 class ExportDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#smart_messaging_partial_update ⇒ ::Boolean
Returns When enabled, export the smart messaging allowlist document for partial update.
389 390 391 392 |
# File 'proto_docs/google/cloud/dialogflow/v2/document.rb', line 389 class ExportDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |