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

GoogleCloudDialogflowCxV3DataStoreConnectionSignals

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

Data store connection feature output signals. Might be only partially field if processing stop before the final answer. Reasons for this can be, but are not limited to: empty UCS search results, positive RAI check outcome, grounding failure, ...

§Properties

§
answer?: string
[src]

Optional. The final compiled answer.

§

Optional. Diagnostic info related to the answer generation model call.

§

Optional. Answer parts with relevant citations. Concatenation of texts should add up the answer (not counting whitespaces).

§

Optional. Snippets cited by the answer generation model from the most to least relevant.

§

Optional. Diagnostic info related to the rewriter model call.

§
rewrittenQuery?: string
[src]

Optional. Rewritten string query used for search.

§

Optional. Search snippets included in the answer generation prompt.