SessionOutput constructor

SessionOutput({
  1. String? audio,
  2. Citations? citations,
  3. List<Map<String, Object?>>? context,
  4. SessionOutputDiagnosticInfo? diagnosticInfo,
  5. EndSession? endSession,
  6. GoogleSearchSuggestions? googleSearchSuggestions,
  7. Map<String, Object?>? payload,
  8. String? text,
  9. ToolCalls? toolCalls,
  10. bool? turnCompleted,
  11. int? turnIndex,
})

Implementation

SessionOutput({
  this.audio,
  this.citations,
  this.context,
  this.diagnosticInfo,
  this.endSession,
  this.googleSearchSuggestions,
  this.payload,
  this.text,
  this.toolCalls,
  this.turnCompleted,
  this.turnIndex,
});