Class GoogleCloudDialogflowCxV3beta1DeployFlowResponse
Inheritance
GoogleCloudDialogflowCxV3beta1DeployFlowResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1DeployFlowResponse : IDirectResponseSchema
Properties
Deployment
Declaration
[JsonProperty("deployment")]
public virtual string Deployment { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Environment
Declaration
[JsonProperty("environment")]
public virtual GoogleCloudDialogflowCxV3beta1Environment Environment { get; set; }
Property Value
Implements