V2TimConversationResult constructor
V2TimConversationResult(
- int? nextSeq,
- bool? isFinished,
- List<
V2TimConversation?> ? conversationList
Implementation
V2TimConversationResult(
this.nextSeq,
this.isFinished,
this.conversationList,
);