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

GoogleCloudDialogflowCxV3InlineSchema

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

A type schema object that's specified inline.

interface GoogleCloudDialogflowCxV3InlineSchema {
type?:
| "DATA_TYPE_UNSPECIFIED"
| "STRING"
| "NUMBER"
| "BOOLEAN"
| "ARRAY";
}

§Properties

§

Schema of the elements if this is an ARRAY type.

§
type?: "DATA_TYPE_UNSPECIFIED" | "STRING" | "NUMBER" | "BOOLEAN" | "ARRAY"
[src]

Data type of the schema.