GoogleCloudDialogflowCxV3Form class
A form is a data model that groups related parameters that can be collected from the user.
The process in which the agent prompts the user and collects parameter values from the user is called form filling. A form can be added to a page. When form filling is done, the filled parameters will be written to the session.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
↔ List<
GoogleCloudDialogflowCxV3FormParameter> ? -
Parameters to collect from the user.
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