Google Cloud Dialogflow V2 Client - Class SmartReplyMetrics (1.8.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2

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].

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].

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getTopNMetrics

Metrics of top n smart replies, sorted by TopNMetric.n.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTopNMetrics

Metrics of top n smart replies, sorted by TopNMetric.n.

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

getConversationCount

Total number of conversations used to generate this metric.

Returns
TypeDescription
int|string

setConversationCount

Total number of conversations used to generate this metric.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this