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

GoogleCloudDialogflowCxV3ToolOpenApiTool

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

An OpenAPI tool is a way to provide the Tool specifications in the Open API schema format.

interface GoogleCloudDialogflowCxV3ToolOpenApiTool {
textSchema?: string;
}

§Properties

§

Optional. Authentication information required by the API.

§

Optional. Service Directory configuration.

§
textSchema?: string
[src]

Required. The OpenAPI schema specified as a text.

§

Optional. TLS configuration for the HTTPS verification.