BidiGenerateContentServerMessage constructor
BidiGenerateContentServerMessage({
- BidiGenerateContentSetupComplete? setupComplete,
- BidiGenerateContentServerContent? serverContent,
- BidiGenerateContentToolCall? toolCall,
- BidiGenerateContentToolCallCancellation? toolCallCancellation,
- GoAway? goAway,
- SessionResumptionUpdate? sessionResumptionUpdate,
- UsageMetadata? usageMetadata,
Implementation
BidiGenerateContentServerMessage({
this.setupComplete,
this.serverContent,
this.toolCall,
this.toolCallCancellation,
this.goAway,
this.sessionResumptionUpdate,
this.usageMetadata,
}) : super(fullyQualifiedName);