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

ListConversationsResponse

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

Response message for AgentService.ListConversations.

interface ListConversationsResponse {
conversations?: Conversation[];
nextPageToken?: string;
}

§Properties

§
conversations?: Conversation[]
[src]

The list of conversations.

§
nextPageToken?: string
[src]

A token that can be sent as ListConversationsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.