View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3BoostSpecs (google_api_dialogflow v0.78.0)

Boost specifications for data stores.

Attributes

  • dataStores (type: list(String.t), default: nil) - Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
  • spec (type: list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3BoostSpec.t), default: nil) - Optional. A list of boosting specifications.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3BoostSpecs{
  dataStores: [String.t()] | nil,
  spec:
    [GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3BoostSpec.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.