GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig
import type { GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Configuration for tools using Service Directory.
interface GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig {
service?: string;
}§Properties
§
service?: string
[src]Required. The name of Service
Directory service. Format:
projects//locations//namespaces//services/
. LocationID
of the service
directory must be the same as the location of the agent.