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 \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setType
The type of diff.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
A human readable description of the diff, showing the actual output vs expected output.
Returns | |
---|---|
Type | Description |
string |
setDescription
A human readable description of the diff, showing the actual output vs expected output.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |