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

Grounding signals.

Attributes

  • decision (type: String.t, default: nil) - Represents the decision of the grounding check.
  • score (type: String.t, default: nil) - Grounding score bucket setting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals{
    decision: String.t() | nil,
    score: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.