Class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
Inheritance
GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse : IDirectResponseSchema
Properties
ContinuousTestResult
Declaration
[JsonProperty("continuousTestResult")]
public virtual GoogleCloudDialogflowCxV3beta1ContinuousTestResult ContinuousTestResult { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements