GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataConversationTurn constructor
GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataConversationTurn({
- List<
GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataAgentEvent> ? events, - String? turnId,
- int? turnIndex,
Implementation
GoogleCloudAiplatformV1EvaluationInstanceDeprecatedAgentDataConversationTurn({
this.events,
this.turnId,
this.turnIndex,
});