GoogleCloudAiplatformV1EventMetadata constructor
GoogleCloudAiplatformV1EventMetadata({
- String? branch,
- Map<
String, Object?> ? customMetadata, - GoogleCloudAiplatformV1GroundingMetadata? groundingMetadata,
- GoogleCloudAiplatformV1Transcription? inputTranscription,
- bool? interrupted,
- List<
String> ? longRunningToolIds, - GoogleCloudAiplatformV1Transcription? outputTranscription,
- bool? partial,
- bool? turnComplete,
Implementation
GoogleCloudAiplatformV1EventMetadata({
this.branch,
this.customMetadata,
this.groundingMetadata,
this.inputTranscription,
this.interrupted,
this.longRunningToolIds,
this.outputTranscription,
this.partial,
this.turnComplete,
});