Class GoogleCloudDialogflowCxV3TransitionCoverageTransition
Inheritance
GoogleCloudDialogflowCxV3TransitionCoverageTransition
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3TransitionCoverageTransition : 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 GoogleCloudDialogflowCxV3EventHandler EventHandler { get; set; }
Property Value
Index
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Source
Declaration
[JsonProperty("source")]
public virtual GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode Source { get; set; }
Property Value
Target
Declaration
[JsonProperty("target")]
public virtual GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode Target { get; set; }
Property Value
TransitionRoute
Declaration
[JsonProperty("transitionRoute")]
public virtual GoogleCloudDialogflowCxV3TransitionRoute TransitionRoute { get; set; }
Property Value
Implements