AIConversationStarterView constructor
      const
      AIConversationStarterView({ 
    
    
- Key? key,
- User? user,
- Group? group,
- AIConversationStarterStyle? aiConversationStarterStyle,
- String? emptyStateText,
- String? errorStateText,
- CometChatTheme? theme,
- Widget customView(- List<String> replies,
- BuildContext context
 
- List<
- String? loadingStateText,
- String? loadingIconUrl,
- WidgetBuilder? loadingStateView,
- String? errorIconUrl,
- WidgetBuilder? errorStateView,
- WidgetBuilder? emptyStateView,
- String? emptyIconUrl,
- String? loadingIconPackageName,
- String? emptyIconPackageName,
- String? errorIconPackageName,
- Map<String, dynamic> ? apiConfiguration,
Implementation
const AIConversationStarterView(
    {super.key,
    this.user,
    this.group,
    this.aiConversationStarterStyle,
    this.emptyStateText,
    this.errorStateText,
    this.theme,
    this.customView,
    this.loadingStateText,
    this.loadingIconUrl,
    this.loadingStateView,
    this.errorIconUrl,
    this.errorStateView,
    this.emptyStateView,
    this.emptyIconUrl,
    this.loadingIconPackageName,
    this.emptyIconPackageName,
    this.errorIconPackageName,
    this.apiConfiguration});