SessionInput constructor

SessionInput({
  1. String? audio,
  2. Blob? blob,
  3. String? dtmf,
  4. Event? event,
  5. Image? image,
  6. String? text,
  7. ToolResponses? toolResponses,
  8. Map<String, Object?>? variables,
  9. bool? willContinue,
})

Implementation

SessionInput({
  this.audio,
  this.blob,
  this.dtmf,
  this.event,
  this.image,
  this.text,
  this.toolResponses,
  this.variables,
  this.willContinue,
});