View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowCxV3beta1DataStoreConnection (google_api_dialogflow v0.78.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.