GoogleCloudDialogflowCxV3TransitionRoute class

A transition route specifies a intent that can be matched and/or a data condition that can be evaluated during a session.

When a specified transition is matched, the following actions are taken in order: * If there is a trigger_fulfillment associated with the transition, it will be called. * If there is a target_page associated with the transition, the session will transition into the specified page. * If there is a target_flow associated with the transition, the session will transition into the specified flow.

Constructors

GoogleCloudDialogflowCxV3TransitionRoute({String? condition, String? description, String? intent, String? name, String? targetFlow, String? targetPage, GoogleCloudDialogflowCxV3Fulfillment? triggerFulfillment})
GoogleCloudDialogflowCxV3TransitionRoute.fromJson(Map json_)

Properties

condition String?
The condition to evaluate against form parameters or session parameters.
getter/setter pair
description String?
The description of the transition route.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intent String?
The unique identifier of an Intent.
getter/setter pair
name String?
The unique identifier of this transition route.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetFlow String?
The target flow to transition to.
getter/setter pair
targetPage String?
The target page to transition to.
getter/setter pair
triggerFulfillment GoogleCloudDialogflowCxV3Fulfillment?
The fulfillment to call when the condition is satisfied.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited