Class GoogleCloudDialogflowCxV3TestConfig
Inheritance
GoogleCloudDialogflowCxV3TestConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3TestConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Flow
Declaration
[JsonProperty("flow")]
public virtual string Flow { get; set; }
Property Value
Page
Declaration
[JsonProperty("page")]
public virtual string Page { get; set; }
Property Value
TrackingParameters
Declaration
[JsonProperty("trackingParameters")]
public virtual IList<string> TrackingParameters { get; set; }
Property Value
Implements