dataStoreType property

String? dataStoreType
getter/setter pair

The type of the connected data store. Possible string values are:

  • "DATA_STORE_TYPE_UNSPECIFIED" : Not specified. This value indicates that the data store type is not specified, so it will not be used during search.
  • "PUBLIC_WEB" : A data store that contains public web content.
  • "UNSTRUCTURED" : A data store that contains unstructured private data.
  • "STRUCTURED" : A data store that contains structured data (for example FAQ).

Implementation

core.String? dataStoreType;