Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition

A transition in a page.

Inheritance
object
GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition
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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition : IDirectResponseSchema

Properties

Covered

Whether the transition is covered by at least one of the agent's test cases.

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

Event handler.

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

Index

The index of a transition in the transition list. Starting from 0.

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

Source

The start node of a transition.

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

Target

The end node of a transition.

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

TransitionRoute

Intent route or condition route.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX