Class: Google::Cloud::Dialogflow::CX::V3::Form::Parameter::FillBehavior
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Form::Parameter::FillBehavior
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/page.rb
Overview
Configuration for how the filling of a parameter should be handled.
Instance Attribute Summary collapse
-
#initial_prompt_fulfillment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
Required.
-
#reprompt_event_handlers ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::EventHandler>
The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow.
Instance Attribute Details
#initial_prompt_fulfillment ⇒ ::Google::Cloud::Dialogflow::CX::V3::Fulfillment
220 221 222 223 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 220 class FillBehavior include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reprompt_event_handlers ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::EventHandler>
220 221 222 223 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 220 class FillBehavior include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |