GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SmartReplyMetrics (google_api_dialogflow v0.89.0)
View SourceThe evaluation metrics for smart reply model.
Attributes
-
allowlistCoverage(type:number(), default:nil) - Percentage of target participant messages in the evaluation dataset for which similar messages have appeared at least once in the allowlist. Should be [0, 1]. -
conversationCount(type:String.t, default:nil) - Total number of conversations used to generate this metric. -
topNMetrics(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics.t), default:nil) - Metrics of top n smart replies, sorted by TopNMetric.n.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SmartReplyMetrics{ allowlistCoverage: number() | nil, conversationCount: String.t() | nil, topNMetrics: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics.t() ] | nil }