options property

List<String>? options
final

Optional fixed choices for this question. When non-empty, the chat shows chips or a searchable sheet (see optionsPresentation); the chosen string is sent to the model. The AI is instructed to accept only those values.

Implementation

final List<String>? options;