Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SmartReplyMetrics.
The evaluation metrics for smart reply model.
Generated from protobuf message google.cloud.dialogflow.v2.SmartReplyMetrics
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ allowlist_coverage
float
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].
↳ top_n_metrics
array< Google\Cloud\Dialogflow\V2\SmartReplyMetrics\TopNMetrics
>
Metrics of top n smart replies, sorted by TopNMetric.n .
↳ conversation_count
int|string
Total number of conversations used to generate this metric.
getAllowlistCoverage
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].
Generated from protobuf field float allowlist_coverage = 1;
float
setAllowlistCoverage
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].
Generated from protobuf field float allowlist_coverage = 1;
var
float
$this
getTopNMetrics
Metrics of top n smart replies, sorted by TopNMetric.n .
Generated from protobuf field repeated .google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetrics top_n_metrics = 2;
Google\Protobuf\Internal\RepeatedField
setTopNMetrics
Metrics of top n smart replies, sorted by TopNMetric.n .
Generated from protobuf field repeated .google.cloud.dialogflow.v2.SmartReplyMetrics.TopNMetrics top_n_metrics = 2;
$this
getConversationCount
Total number of conversations used to generate this metric.
Generated from protobuf field int64 conversation_count = 3;
int|string
setConversationCount
Total number of conversations used to generate this metric.
Generated from protobuf field int64 conversation_count = 3;
var
int|string
$this