GoogleCloudDialogflowCxV3Page class

A Dialogflow CX conversation (session) can be described and visualized as a state machine.

The states of a CX session are represented by pages. For each flow, you define many pages, where your combined pages can handle a complete conversation on the topics the flow is designed for. At any given moment, exactly one page is the current page, the current page is considered active, and the flow associated with that page is considered active. Every flow has a special start page. When a flow initially becomes active, the start page page becomes the current page. For each conversational turn, the current page will either stay the same or transition to another page. You configure each page to collect information from the end-user that is relevant for the conversational state represented by the page. For more information, see the Page guide.

Properties

advancedSettings GoogleCloudDialogflowCxV3AdvancedSettings?
Hierarchical advanced settings for this page.
getter/setter pair
description String?
The description of the page.
getter/setter pair
displayName String?
The human-readable name of the page, unique within the flow.
getter/setter pair
entryFulfillment GoogleCloudDialogflowCxV3Fulfillment?
The fulfillment to call when the session is entering the page.
getter/setter pair
eventHandlers List<GoogleCloudDialogflowCxV3EventHandler>?
Handlers associated with the page to handle events such as webhook errors, no match or no input.
getter/setter pair
form GoogleCloudDialogflowCxV3Form?
The form associated with the page, used for collecting parameters relevant to the page.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
knowledgeConnectorSettings GoogleCloudDialogflowCxV3KnowledgeConnectorSettings?
Knowledge connector configuration.
getter/setter pair
name String?
The unique identifier of the page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionRouteGroups List<String>?
Ordered list of TransitionRouteGroups added to the page.
getter/setter pair
transitionRoutes List<GoogleCloudDialogflowCxV3TransitionRoute>?
A list of transitions for the transition rules of this page.
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