Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConversationTurn

import type { ConversationTurn } from "https://googleapis.deno.dev/v1/ces:v1.ts";

All information about a single turn in the conversation.

interface ConversationTurn {
messages?: Message[];
rootSpan?: Span;
}

§Properties

§
messages?: Message[]
[src]

Optional. List of messages in the conversation turn, including user input, agent responses and intermediate events during the processing.

§
rootSpan?: Span
[src]

Optional. The root span of the action processing.