Google Cloud Dialogflow Cx V3 Client - Class TestRunDifference (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TestRunDifference.

The description of differences between original and replayed agent output.

Generated from protobuf message google.cloud.dialogflow.cx.v3.TestRunDifference

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ type int

The type of diff.

↳ description string

A human readable description of the diff, showing the actual output vs expected output.

getType

The type of diff.

Returns
TypeDescription
int

setType

The type of diff.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDescription

A human readable description of the diff, showing the actual output vs expected output.

Returns
TypeDescription
string

setDescription

A human readable description of the diff, showing the actual output vs expected output.

Parameter
NameDescription
var string
Returns
TypeDescription
$this