GoogleCloudAiplatformV1AgentDataAgentEvent constructor

GoogleCloudAiplatformV1AgentDataAgentEvent({
  1. List<GoogleCloudAiplatformV1Tool>? activeTools,
  2. String? author,
  3. GoogleCloudAiplatformV1Content? content,
  4. String? eventTime,
  5. Map<String, Object?>? stateDelta,
})

Implementation

GoogleCloudAiplatformV1AgentDataAgentEvent({
  this.activeTools,
  this.author,
  this.content,
  this.eventTime,
  this.stateDelta,
});