TopicChatPage constructor
const
TopicChatPage({
- Key? key,
- required String conversationId,
- required BotSubsessionTopicContext topicContext,
- ChatUIConfig? chatUIConfig,
- ChatKitMessageBuilder? messageBuilder,
- VoidCallback? onBackToList,
- ValueChanged<
BotSubsessionTopicContext> ? onTopicResolved,
Implementation
const TopicChatPage({
Key? key,
required this.conversationId,
required this.topicContext,
this.chatUIConfig,
this.messageBuilder,
this.onBackToList,
this.onTopicResolved,
}) : super(key: key);