Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DiffType.
What part of the message replay differs from the test case.
Protobuf type google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ TestRunDifferenceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DIFF_TYPE_UNSPECIFIED
Value: 0
Should never be used.
Generated from protobuf enum DIFF_TYPE_UNSPECIFIED = 0;
INTENT
Value: 1
The intent.
Generated from protobuf enum INTENT = 1;
PAGE
Value: 2
The page.
Generated from protobuf enum PAGE = 2;
PARAMETERS
Value: 3
The parameters.
Generated from protobuf enum PARAMETERS = 3;
UTTERANCE
Value: 4
The message utterance.
Generated from protobuf enum UTTERANCE = 4;
FLOW
Value: 5
The flow.
Generated from protobuf enum FLOW = 5;