GoogleAppsCardV1Suggestions class
Suggested values that users can enter.
These values appear when users click inside the text input field. As users
type, the suggested values dynamically filter to match what the users have
typed. For example, a text input field for programming language might
suggest Java, JavaScript, Python, and C++. When users start typing Jav
,
the list of suggestions filters to show Java
and JavaScript
. Suggested
values help guide users to enter values that your app can make sense of.
When referring to JavaScript, some users might enter javascript
and others
java script
. Suggesting JavaScript
can standardize how users interact
with your app. When specified, TextInput.type
is always SINGLE_LINE
,
even if it's set to MULTIPLE_LINE
. [Google Workspace Add-ons and Chat
apps](https://developers.google.com/workspace/extend):
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
GoogleAppsCardV1SuggestionItem> ? -
A list of suggestions used for autocomplete recommendations in text input
fields.
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