Class GoogleCloudDialogflowCxV3DeploymentResult
Inheritance
GoogleCloudDialogflowCxV3DeploymentResult
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3DeploymentResult : IDirectResponseSchema
Properties
DeploymentTestResults
Declaration
[JsonProperty("deploymentTestResults")]
public virtual IList<string> DeploymentTestResults { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Experiment
Declaration
[JsonProperty("experiment")]
public virtual string Experiment { get; set; }
Property Value
Implements