Conversation
import type { Conversation } from "https://googleapis.deno.dev/v1/ces:v1.ts";A conversation represents an interaction between an end user and the CES app.
§Properties
Output only. The version of the app used for processing the conversation.
Format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
DEPRECATED. Please use input_types instead.
Output only. The deployment of the app used for processing the
conversation. Format:
projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
Output only. The agent that initially handles the conversation. If not
specified, the conversation is handled by the root agent. Format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
Output only. The input types of the conversation.
Identifier. The unique identifier of the conversation. Format:
projects/{project}/locations/{location}/apps/{app}/conversations/{conversation}
Output only. Indicate the source of the conversation.
Required. The turns in the conversation.