Class GoogleCloudDialogflowCxV3TestConfig
Represents configurations for a test case.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3TestConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Flow
Flow name to start the test case with. Format: projects//locations//agents//flows/
. 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.
Declaration
[JsonProperty("flow")]
public virtual string Flow { get; set; }
Property Value
Type | Description |
---|---|
string |
Page
The page to start the test case with. Format: projects//locations//agents//flows//pages/
. 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.
Declaration
[JsonProperty("page")]
public virtual string Page { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingParameters
Session parameters to be compared when calculating differences.
Declaration
[JsonProperty("trackingParameters")]
public virtual IList<string> TrackingParameters { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |