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