sendOptions property

SendOptions? sendOptions
final

Options applied to every turn sent from this view's composer.

Build it with controller.currentOptions.copyWith(...), never a bare SendOptions(...) literal — a literal silently resets model to its default and the turn goes out as auto.

Implementation

final SendOptions? sendOptions;