enableUserExport property

  1. @JsonKey.new(name: 'enable_user_export')
bool get enableUserExport
inherited

Server-side gate for the in-chat "Export chat" menu item. Hosts can toggle this from the dashboard to hide the action without redeploying the widget. Defaults true to match the chat-side default; the host-supplied BotConfiguration value still wins per the standard precedence rules.

Implementation

@JsonKey(name: 'sound_configuration') SoundConfiguration? get soundConfiguration;/// Server-side gate for the in-chat "Export chat" menu item.
/// Hosts can toggle this from the dashboard to hide the action
/// without redeploying the widget. Defaults true to match the
/// chat-side default; the host-supplied [BotConfiguration] value
/// still wins per the standard precedence rules.
// ignore: invalid_annotation_target
@JsonKey(name: 'enable_user_export') bool get enableUserExport;