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

GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals

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

Grounding signals.

interface GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals {
decision?: "GROUNDING_DECISION_UNSPECIFIED" | "ACCEPTED_BY_GROUNDING" | "REJECTED_BY_GROUNDING";
score?:
| "GROUNDING_SCORE_BUCKET_UNSPECIFIED"
| "VERY_LOW"
| "LOW"
| "MEDIUM"
| "HIGH"
| "VERY_HIGH";
}

§Properties

§
decision?: "GROUNDING_DECISION_UNSPECIFIED" | "ACCEPTED_BY_GROUNDING" | "REJECTED_BY_GROUNDING"
[src]

Represents the decision of the grounding check.

§
score?: "GROUNDING_SCORE_BUCKET_UNSPECIFIED" | "VERY_LOW" | "LOW" | "MEDIUM" | "HIGH" | "VERY_HIGH"
[src]

Grounding score bucket setting.