toJSON(): IChatQuestionCarousel {
kind: this.kind,
questions: this.questions,
allowSkip: this.allowSkip,
resolveId: this.resolveId,
data: this.data,
isUsed: this.isUsed,
answeredExternally: this.answeredExternally,
message: this.message,
source: this.source,
terminalId: this.terminalId,
};
}
}