GoogleCloudDialogflowCxV3FormParameterFillBehavior class
Configuration for how the filling of a parameter should be handled.
Constructors
-
GoogleCloudDialogflowCxV3FormParameterFillBehavior({GoogleCloudDialogflowCxV3Fulfillment? initialPromptFulfillment, List<
GoogleCloudDialogflowCxV3EventHandler> ? repromptEventHandlers}) - GoogleCloudDialogflowCxV3FormParameterFillBehavior.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialPromptFulfillment ↔ GoogleCloudDialogflowCxV3Fulfillment?
-
The fulfillment to provide the initial prompt that the agent can present
to the user in order to fill the parameter.
getter/setter pair
-
repromptEventHandlers
↔ List<
GoogleCloudDialogflowCxV3EventHandler> ? -
The handlers for parameter-level events, used to provide reprompt for the
parameter or transition to a different page/flow.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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