GoogleCloudDialogflowCxV3InlineSchema
import type { GoogleCloudDialogflowCxV3InlineSchema } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
A type schema object that's specified inline.
interface GoogleCloudDialogflowCxV3InlineSchema {
items?: GoogleCloudDialogflowCxV3TypeSchema;
type?:
} | "DATA_TYPE_UNSPECIFIED"
| "STRING"
| "NUMBER"
| "BOOLEAN"
| "ARRAY";