GoogleCloudAiplatformV1ConversationTurn constructor

GoogleCloudAiplatformV1ConversationTurn({
  1. List<GoogleCloudAiplatformV1AgentEvent>? events,
  2. String? turnId,
  3. int? turnIndex,
})

Implementation

GoogleCloudAiplatformV1ConversationTurn({
  this.events,
  this.turnId,
  this.turnIndex,
});