Conversation constructor
Conversation({})
Implementation
Conversation({
this.appVersion,
this.channelType,
this.deployment,
this.endTime,
this.entryAgent,
this.inputTypes,
this.languageCode,
this.messages,
this.name,
this.source,
this.startTime,
this.turnCount,
this.turns,
});