GoogleCloudDialogflowCxV3TypeSchema
import type { GoogleCloudDialogflowCxV3TypeSchema } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Encapsulates different type schema variations: either a reference to an a schema that's already defined by a tool, or an inline definition.
interface GoogleCloudDialogflowCxV3TypeSchema {
inlineSchema?: GoogleCloudDialogflowCxV3InlineSchema;
schemaReference?: GoogleCloudDialogflowCxV3TypeSchemaSchemaReference;
}§Properties
§
inlineSchema?: GoogleCloudDialogflowCxV3InlineSchema
[src]Set if this is an inline schema definition.
§
schemaReference?: GoogleCloudDialogflowCxV3TypeSchemaSchemaReference
[src]Set if this is a schema reference.