GoogleCloudAiplatformV1SessionEvent constructor
GoogleCloudAiplatformV1SessionEvent({
- GoogleCloudAiplatformV1EventActions? actions,
- String? author,
- GoogleCloudAiplatformV1Content? content,
- String? errorCode,
- String? errorMessage,
- GoogleCloudAiplatformV1EventMetadata? eventMetadata,
- String? invocationId,
- String? name,
- String? timestamp,
Implementation
GoogleCloudAiplatformV1SessionEvent({
this.actions,
this.author,
this.content,
this.errorCode,
this.errorMessage,
this.eventMetadata,
this.invocationId,
this.name,
this.timestamp,
});