SessionConfig constructor
SessionConfig({
- String? deployment,
- bool? enableTextStreaming,
- String? entryAgent,
- bool? excludeDiagnosticInfo,
- List<
Message> ? historicalContexts, - InputAudioConfig? inputAudioConfig,
- OutputAudioConfig? outputAudioConfig,
- SessionConfigRemoteDialogflowQueryParameters? remoteDialogflowQueryParameters,
- String? timeZone,
- bool? useToolFakes,
Implementation
SessionConfig({
this.deployment,
this.enableTextStreaming,
this.entryAgent,
this.excludeDiagnosticInfo,
this.historicalContexts,
this.inputAudioConfig,
this.outputAudioConfig,
this.remoteDialogflowQueryParameters,
this.timeZone,
this.useToolFakes,
});