GoogleChecksAisafetyV1alphaClassifyContentRequestContext
import type { GoogleChecksAisafetyV1alphaClassifyContentRequestContext } from "https://googleapis.deno.dev/v1/checks:v1alpha.ts";
Context about the input that will be used to help on the classification.
interface GoogleChecksAisafetyV1alphaClassifyContentRequestContext {
prompt?: string;
}