GetUtterancesViewResponse constructor

GetUtterancesViewResponse({
  1. String? botName,
  2. List<UtteranceList>? utterances,
})

Implementation

GetUtterancesViewResponse({
  this.botName,
  this.utterances,
});