Class: Google::Cloud::Dialogflow::CX::V3::Page
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Page
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/page.rb
Overview
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.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Required.
-
#entry_fulfillment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
The fulfillment to call when the session is entering the page.
-
#event_handlers ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::EventHandler>
Handlers associated with the page to handle events such as webhook errors, no match or no input.
-
#form ⇒ ::Google::Cloud::Dialogflow::CX::V3::Form
The form associated with the page, used for collecting parameters relevant to the page.
-
#name ⇒ ::String
The unique identifier of the page.
-
#transition_route_groups ⇒ ::Array<::String>
Ordered list of
TransitionRouteGroupsassociated with the page. -
#transition_routes ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TransitionRoute>
A list of transitions for the transition rules of this page.
Instance Attribute Details
#display_name ⇒ ::String
104 105 106 107 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 104 class Page include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_fulfillment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
104 105 106 107 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 104 class Page include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_handlers ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::EventHandler>
104 105 106 107 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 104 class Page include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#form ⇒ ::Google::Cloud::Dialogflow::CX::V3::Form
104 105 106 107 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 104 class Page include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
104 105 106 107 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 104 class Page include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |