PostTextResponse constructor

PostTextResponse({
  1. List<ActiveContext>? activeContexts,
  2. List<PredictedIntent>? alternativeIntents,
  3. String? botVersion,
  4. DialogState? dialogState,
  5. String? intentName,
  6. String? message,
  7. MessageFormatType? messageFormat,
  8. IntentConfidence? nluIntentConfidence,
  9. ResponseCard? responseCard,
  10. SentimentResponse? sentimentResponse,
  11. Map<String, String>? sessionAttributes,
  12. String? sessionId,
  13. String? slotToElicit,
  14. Map<String, String>? slots,
})

Implementation

PostTextResponse({
  this.activeContexts,
  this.alternativeIntents,
  this.botVersion,
  this.dialogState,
  this.intentName,
  this.message,
  this.messageFormat,
  this.nluIntentConfidence,
  this.responseCard,
  this.sentimentResponse,
  this.sessionAttributes,
  this.sessionId,
  this.slotToElicit,
  this.slots,
});