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

GoogleCloudDialogflowCxV3SafetySettings

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

Settings for Generative Safety.

interface GoogleCloudDialogflowCxV3SafetySettings {
defaultBannedPhraseMatchStrategy?: "PHRASE_MATCH_STRATEGY_UNSPECIFIED" | "PARTIAL_MATCH" | "WORD_MATCH";
}

§Properties

§

Banned phrases for generated text.

§
defaultBannedPhraseMatchStrategy?: "PHRASE_MATCH_STRATEGY_UNSPECIFIED" | "PARTIAL_MATCH" | "WORD_MATCH"
[src]

Optional. Default phrase match strategy for banned phrases.

§

Optional. Settings for prompt security checks.