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

Diagnostic info related to the rewriter model call.

Attributes

  • 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{
    modelOutput: String.t() | nil,
    renderedPrompt: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.