BidiGenerateContentServerContent constructor
BidiGenerateContentServerContent({
- Content? modelTurn,
- bool generationComplete = false,
- bool turnComplete = false,
- bool interrupted = false,
- GroundingMetadata? groundingMetadata,
- BidiGenerateContentTranscription? inputTranscription,
- BidiGenerateContentTranscription? outputTranscription,
- UrlContextMetadata? urlContextMetadata,
- 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);