GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1DataStoreConnection (google_api_dialogflow v0.89.0)

View Source

A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.

Attributes

  • dataStore (type: String.t, default: nil) - 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}
  • dataStoreType (type: String.t, default: nil) - The type of the connected data store.
  • documentProcessingMode (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1DataStoreConnection{
    dataStore: String.t() | nil,
    dataStoreType: String.t() | nil,
    documentProcessingMode: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.