BidiGenerateContentServerMessage constructor

BidiGenerateContentServerMessage({
  1. BidiGenerateContentSetupComplete? setupComplete,
  2. BidiGenerateContentServerContent? serverContent,
  3. BidiGenerateContentToolCall? toolCall,
  4. BidiGenerateContentToolCallCancellation? toolCallCancellation,
  5. GoAway? goAway,
  6. SessionResumptionUpdate? sessionResumptionUpdate,
  7. UsageMetadata? usageMetadata,
})

Implementation

BidiGenerateContentServerMessage({
  this.setupComplete,
  this.serverContent,
  this.toolCall,
  this.toolCallCancellation,
  this.goAway,
  this.sessionResumptionUpdate,
  this.usageMetadata,
}) : super(fullyQualifiedName);