BidiGenerateContentServerContent constructor

BidiGenerateContentServerContent({
  1. Content? modelTurn,
  2. bool generationComplete = false,
  3. bool turnComplete = false,
  4. bool interrupted = false,
  5. GroundingMetadata? groundingMetadata,
  6. BidiGenerateContentTranscription? inputTranscription,
  7. BidiGenerateContentTranscription? outputTranscription,
  8. UrlContextMetadata? urlContextMetadata,
  9. bool waitingForInput = false,
})

Implementation

BidiGenerateContentServerContent({
  this.modelTurn,
  this.generationComplete = false,
  this.turnComplete = false,
  this.interrupted = false,
  this.groundingMetadata,
  this.inputTranscription,
  this.outputTranscription,
  this.urlContextMetadata,
  this.waitingForInput = false,
}) : super(fullyQualifiedName);