Class GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition
Inheritance
GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition : IDirectResponseSchema
Properties
Covered
Declaration
[JsonProperty("covered")]
public virtual bool? Covered { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventHandler
Declaration
[JsonProperty("eventHandler")]
public virtual GoogleCloudDialogflowCxV3beta1EventHandler EventHandler { get; set; }
Property Value
Index
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Source
Declaration
[JsonProperty("source")]
public virtual GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode Source { get; set; }
Property Value
Target
Declaration
[JsonProperty("target")]
public virtual GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode Target { get; set; }
Property Value
TransitionRoute
Declaration
[JsonProperty("transitionRoute")]
public virtual GoogleCloudDialogflowCxV3beta1TransitionRoute TransitionRoute { get; set; }
Property Value
Implements