PutSessionResponse constructor

PutSessionResponse({
  1. Object? activeContexts,
  2. Uint8List? audioStream,
  3. String? contentType,
  4. DialogState? dialogState,
  5. String? intentName,
  6. String? message,
  7. MessageFormatType? messageFormat,
  8. Object? sessionAttributes,
  9. String? sessionId,
  10. String? slotToElicit,
  11. Object? slots,
})

Implementation

PutSessionResponse({
  this.activeContexts,
  this.audioStream,
  this.contentType,
  this.dialogState,
  this.intentName,
  this.message,
  this.messageFormat,
  this.sessionAttributes,
  this.sessionId,
  this.slotToElicit,
  this.slots,
});