GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataConversationTurn constructor

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

Implementation

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