EventMetadata constructor
EventMetadata({
- GroundingMetadata? groundingMetadata,
- bool partial = false,
- bool turnComplete = false,
- bool interrupted = false,
- List<
String> longRunningToolIds = const [], - String branch = '',
- Struct? customMetadata,
- Transcription? inputTranscription,
- Transcription? outputTranscription,
Implementation
EventMetadata({
this.groundingMetadata,
this.partial = false,
this.turnComplete = false,
this.interrupted = false,
this.longRunningToolIds = const [],
this.branch = '',
this.customMetadata,
this.inputTranscription,
this.outputTranscription,
}) : super(fullyQualifiedName);