GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo class
Represents parameter information.
Constructors
Properties
- displayName ↔ String
-
Always present for WebhookRequest. Required for WebhookResponse. The
human-readable name of the parameter, unique within the form. This field
cannot be modified by the webhook.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- justCollected ↔ bool
-
Optional for WebhookRequest. Ignored for WebhookResponse. Indicates if the
parameter value was just collected on the last conversation turn.
read / write
- required ↔ bool
-
Optional for both WebhookRequest and WebhookResponse. Indicates whether
the parameter is required. Optional parameters will not trigger prompts;
however, they are filled if the user specifies them. Required parameters
must be filled before form filling concludes.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- state ↔ String
-
Always present for WebhookRequest. Required for WebhookResponse. The state
of the parameter. This field can be set to INVALID by the webhook to
invalidate the parameter; other values set by the webhook will be ignored.
Possible string values are: [...]
read / write
- value ↔ Object
-
Optional for both WebhookRequest and WebhookResponse. The value of the
parameter. This field can be set by the webhook to change the parameter
value. [...]
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited