Class GoogleCloudDialogflowCxV3HandlerLifecycleHandler
Inheritance
GoogleCloudDialogflowCxV3HandlerLifecycleHandler
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3HandlerLifecycleHandler : IDirectResponseSchema
Properties
Condition
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Fulfillment
Declaration
[JsonProperty("fulfillment")]
public virtual GoogleCloudDialogflowCxV3Fulfillment Fulfillment { get; set; }
Property Value
LifecycleStage
Declaration
[JsonProperty("lifecycleStage")]
public virtual string LifecycleStage { get; set; }
Property Value
Implements