Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DataStoreConnection.
A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_store
def data_store() -> ::String
Returns
-
(::String) — The full name of the referenced data store.
Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
#data_store=
def data_store=(value) -> ::String
Parameter
-
value (::String) — The full name of the referenced data store.
Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
Returns
-
(::String) — The full name of the referenced data store.
Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
#data_store_type
def data_store_type() -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreType
Returns
- (::Google::Cloud::Dialogflow::CX::V3::DataStoreType) — The type of the connected data store.
#data_store_type=
def data_store_type=(value) -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreType
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::DataStoreType) — The type of the connected data store.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::DataStoreType) — The type of the connected data store.
#document_processing_mode
def document_processing_mode() -> ::Google::Cloud::Dialogflow::CX::V3::DocumentProcessingMode
Returns
- (::Google::Cloud::Dialogflow::CX::V3::DocumentProcessingMode) — The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode.
#document_processing_mode=
def document_processing_mode=(value) -> ::Google::Cloud::Dialogflow::CX::V3::DocumentProcessingMode
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::DocumentProcessingMode) — The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::DocumentProcessingMode) — The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode.