BotSubsessionTopicContext constructor

const BotSubsessionTopicContext({
  1. required String conversationId,
  2. V2NIMTopic? topic,
  3. bool isPlaceholder = false,
  4. String placeholderTitle = '新会话',
  5. String? localKey,
})

Implementation

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