GoogleCloudAiplatformV1AgentDataAgentEvent constructor
GoogleCloudAiplatformV1AgentDataAgentEvent({
- List<
GoogleCloudAiplatformV1Tool> ? activeTools, - String? author,
- GoogleCloudAiplatformV1Content? content,
- String? eventTime,
- Map<
String, Object?> ? stateDelta,
Implementation
GoogleCloudAiplatformV1AgentDataAgentEvent({
this.activeTools,
this.author,
this.content,
this.eventTime,
this.stateDelta,
});