Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TestConfig

Represents configurations for a test case.

Inheritance
object
GoogleCloudDialogflowCxV3TestConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX