Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::DataStoreConnection (v0.26.0)

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

#data_store_type=

def data_store_type=(value) -> ::Google::Cloud::Dialogflow::CX::V3::DataStoreType
Parameter
Returns