Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TransitionCoverageTransition

Inheritance
object
GoogleCloudDialogflowCxV3TransitionCoverageTransition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3TransitionCoverageTransition : IDirectResponseSchema

Properties

Covered

Declaration
[JsonProperty("covered")]
public virtual bool? Covered { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventHandler

Declaration
[JsonProperty("eventHandler")]
public virtual GoogleCloudDialogflowCxV3EventHandler EventHandler { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3EventHandler

Index

Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type Description
int?

Source

Declaration
[JsonProperty("source")]
public virtual GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode Source { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode

Target

Declaration
[JsonProperty("target")]
public virtual GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode Target { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode

TransitionRoute

Declaration
[JsonProperty("transitionRoute")]
public virtual GoogleCloudDialogflowCxV3TransitionRoute TransitionRoute { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TransitionRoute

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX