Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TestConfig.
Represents configurations for a test case.
Generated from protobuf message google.cloud.dialogflow.cx.v3.TestConfig
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tracking_parameters
array
Session parameters to be compared when calculating differences.
↳ flow
string
Flow name to start the test case with. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
. Only one of flow
and page
should be set to indicate the starting point of the test case. If neither is set, the test case will start with start page on the default start flow.
↳ page
string
The page
to start the test case with. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>
. Only one of flow
and page
should be set to indicate the starting point of the test case. If neither is set, the test case will start with start page on the default start flow.
getTrackingParameters
Session parameters to be compared when calculating differences.
setTrackingParameters
Session parameters to be compared when calculating differences.
var
string[]
$this
getFlow
Flow name to start the test case with.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
.
Only one of flow
and page
should be set to indicate the starting point
of the test case. If neither is set, the test case will start with start
page on the default start flow.
string
setFlow
Flow name to start the test case with.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
.
Only one of flow
and page
should be set to indicate the starting point
of the test case. If neither is set, the test case will start with start
page on the default start flow.
var
string
$this
getPage
The page to start the test case with.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>
.
Only one of flow
and page
should be set to indicate the starting point
of the test case. If neither is set, the test case will start with start
page on the default start flow.
string
setPage
The page to start the test case with.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/pages/<PageID>
.
Only one of flow
and page
should be set to indicate the starting point
of the test case. If neither is set, the test case will start with start
page on the default start flow.
var
string
$this