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

GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput

import type { GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

The output from the virtual agent.

interface GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput {
diagnosticInfo?: {
[key: string]: any;
}
;
sessionParameters?: {
[key: string]: any;
}
;
status?: GoogleRpcStatus;
}

§Properties

§

The Page on which the utterance was spoken. Only name and displayName will be set.

§
diagnosticInfo?: {
[key: string]: any;
}
[src]

Required. Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.

§

Output only. If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.

§
sessionParameters?: {
[key: string]: any;
}
[src]

The session parameters available to the bot at this point.

§

Response error from the agent in the test result. If set, other output is empty.

§

The text responses from the agent for the turn.

§

The Intent that triggered the response. Only name and displayName will be set.