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 {
authentication?: GoogleCloudDialogflowCxV3ToolAuthentication;
serviceDirectoryConfig?: GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig;
textSchema?: string;
tlsConfig?: GoogleCloudDialogflowCxV3ToolTLSConfig;
}§Properties
§
authentication?: GoogleCloudDialogflowCxV3ToolAuthentication
[src]Optional. Authentication information required by the API.
§
serviceDirectoryConfig?: GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig
[src]Optional. Service Directory configuration.
§
tlsConfig?: GoogleCloudDialogflowCxV3ToolTLSConfig
[src]Optional. TLS configuration for the HTTPS verification.