AIAssistBotView constructor
const
AIAssistBotView({
- Key? key,
- User? user,
- Group? group,
- AIAssistBotStyle? assistBotStyle,
- String? title,
- String? errorIconUrl,
- CometChatTheme? theme,
- String? loadingStateText,
- String? loadingIconUrl,
- WidgetBuilder? loadingStateView,
- WidgetBuilder? errorStateView,
- WidgetBuilder? emptyStateView,
- String? emptyIconUrl,
- dynamic onCloseIconTap()?,
- required User aiBot,
- String? controllerTag,
- required User loggedInUser,
- Map<
String, dynamic> ? apiConfiguration,
Implementation
const AIAssistBotView(
{super.key,
this.user,
this.group,
this.assistBotStyle,
this.title,
this.errorIconUrl,
this.theme,
this.loadingStateText,
this.loadingIconUrl,
this.loadingStateView,
this.errorStateView,
this.emptyStateView,
this.emptyIconUrl,
this.onCloseIconTap,
required this.aiBot,
this.controllerTag,
required this.loggedInUser,
this.apiConfiguration});