PostContentResponse constructor

PostContentResponse({
  1. Object? activeContexts,
  2. Object? alternativeIntents,
  3. Uint8List? audioStream,
  4. String? botVersion,
  5. String? contentType,
  6. DialogState? dialogState,
  7. String? inputTranscript,
  8. String? intentName,
  9. String? message,
  10. MessageFormatType? messageFormat,
  11. Object? nluIntentConfidence,
  12. String? sentimentResponse,
  13. Object? sessionAttributes,
  14. String? sessionId,
  15. String? slotToElicit,
  16. Object? slots,
})

Implementation

PostContentResponse({
  this.activeContexts,
  this.alternativeIntents,
  this.audioStream,
  this.botVersion,
  this.contentType,
  this.dialogState,
  this.inputTranscript,
  this.intentName,
  this.message,
  this.messageFormat,
  this.nluIntentConfidence,
  this.sentimentResponse,
  this.sessionAttributes,
  this.sessionId,
  this.slotToElicit,
  this.slots,
});