Google Cloud Dialogflow V2 Client - Class SmartReplyMetrics (1.0.1)

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.

Parameters
NameDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
var float
Returns
TypeDescription
$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;

Returns
TypeDescription
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;

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\SmartReplyMetrics\TopNMetrics>
Returns
TypeDescription
$this

getConversationCount

Total number of conversations used to generate this metric.

Generated from protobuf field int64 conversation_count = 3;

Returns
TypeDescription
int|string

setConversationCount

Total number of conversations used to generate this metric.

Generated from protobuf field int64 conversation_count = 3;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this