Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TransitionCoverageTransition

A transition in a page.

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

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 GoogleCloudDialogflowCxV3EventHandler EventHandler { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3EventHandler

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 GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode Source { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode

Target

The end node of a transition.

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

TransitionRoute

Intent route or condition route.

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