GoogleCloudAiplatformV1AgentData constructor

GoogleCloudAiplatformV1AgentData({
  1. Map<String, GoogleCloudAiplatformV1AgentConfig>? agents,
  2. List<GoogleCloudAiplatformV1ConversationTurn>? turns,
})

Implementation

GoogleCloudAiplatformV1AgentData({this.agents, this.turns});