Class: Google::Cloud::Dialogflow::V2::ExportDocumentRequest

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.ExportDocument.

Instance Attribute Summary collapse

Instance Attribute Details

#export_full_content::Boolean

Returns 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.



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.

Returns:



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

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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