SessionConfig constructor

SessionConfig({
  1. String? deployment,
  2. bool? enableTextStreaming,
  3. String? entryAgent,
  4. bool? excludeDiagnosticInfo,
  5. List<Message>? historicalContexts,
  6. InputAudioConfig? inputAudioConfig,
  7. OutputAudioConfig? outputAudioConfig,
  8. SessionConfigRemoteDialogflowQueryParameters? remoteDialogflowQueryParameters,
  9. String? timeZone,
  10. bool? useToolFakes,
})

Implementation

SessionConfig({
  this.deployment,
  this.enableTextStreaming,
  this.entryAgent,
  this.excludeDiagnosticInfo,
  this.historicalContexts,
  this.inputAudioConfig,
  this.outputAudioConfig,
  this.remoteDialogflowQueryParameters,
  this.timeZone,
  this.useToolFakes,
});