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

Smart reply specific configuration for evaluation job.

Attributes

  • allowlistDocument (type: String.t, default: nil) - The allowlist document resource name. Format: projects//knowledgeBases//documents/. Only used for smart reply model.
  • maxResultCount (type: integer(), default: nil) - Required. The model to be evaluated can return multiple results with confidence score on each query. These results will be sorted by the descending order of the scores and we only keep the first max_result_count results as the final results to evaluate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig{
    allowlistDocument: String.t() | nil,
    maxResultCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.