View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals (google_api_dialogflow v0.80.0)

Diagnostic info related to the rewriter model call.

Attributes

  • model (type: String.t, default: nil) - Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.
  • modelOutput (type: String.t, default: nil) - Output of the generative model.
  • renderedPrompt (type: String.t, default: nil) - Prompt as sent to the model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals{
    model: String.t() | nil,
    modelOutput: String.t() | nil,
    renderedPrompt: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.