BotSubsessionTopicContext constructor
const
BotSubsessionTopicContext({})
Implementation
const BotSubsessionTopicContext({
required this.conversationId,
this.topic,
this.isPlaceholder = false,
this.placeholderTitle = '新会话',
this.localKey,
});