GetUtterancesViewResponse constructor
GetUtterancesViewResponse({
- String? botName,
- List<
UtteranceList> ? utterances,
Implementation
GetUtterancesViewResponse({
this.botName,
this.utterances,
});