UNPKG

@google-cloud/dialogflow-cx

Version:
71 lines (70 loc) 3.75 kB
import * as v3 from './v3'; import * as v3beta1 from './v3beta1'; declare const AgentsClient: typeof v3.AgentsClient; type AgentsClient = v3.AgentsClient; declare const ChangelogsClient: typeof v3.ChangelogsClient; type ChangelogsClient = v3.ChangelogsClient; declare const DeploymentsClient: typeof v3.DeploymentsClient; type DeploymentsClient = v3.DeploymentsClient; declare const EntityTypesClient: typeof v3.EntityTypesClient; type EntityTypesClient = v3.EntityTypesClient; declare const EnvironmentsClient: typeof v3.EnvironmentsClient; type EnvironmentsClient = v3.EnvironmentsClient; declare const ExamplesClient: typeof v3.ExamplesClient; type ExamplesClient = v3.ExamplesClient; declare const ExperimentsClient: typeof v3.ExperimentsClient; type ExperimentsClient = v3.ExperimentsClient; declare const FlowsClient: typeof v3.FlowsClient; type FlowsClient = v3.FlowsClient; declare const GeneratorsClient: typeof v3.GeneratorsClient; type GeneratorsClient = v3.GeneratorsClient; declare const IntentsClient: typeof v3.IntentsClient; type IntentsClient = v3.IntentsClient; declare const PagesClient: typeof v3.PagesClient; type PagesClient = v3.PagesClient; declare const PlaybooksClient: typeof v3.PlaybooksClient; type PlaybooksClient = v3.PlaybooksClient; declare const SecuritySettingsServiceClient: typeof v3.SecuritySettingsServiceClient; type SecuritySettingsServiceClient = v3.SecuritySettingsServiceClient; declare const SessionEntityTypesClient: typeof v3.SessionEntityTypesClient; type SessionEntityTypesClient = v3.SessionEntityTypesClient; declare const SessionsClient: typeof v3.SessionsClient; type SessionsClient = v3.SessionsClient; declare const TestCasesClient: typeof v3.TestCasesClient; type TestCasesClient = v3.TestCasesClient; declare const ToolsClient: typeof v3.ToolsClient; type ToolsClient = v3.ToolsClient; declare const TransitionRouteGroupsClient: typeof v3.TransitionRouteGroupsClient; type TransitionRouteGroupsClient = v3.TransitionRouteGroupsClient; declare const VersionsClient: typeof v3.VersionsClient; type VersionsClient = v3.VersionsClient; declare const WebhooksClient: typeof v3.WebhooksClient; type WebhooksClient = v3.WebhooksClient; export { v3, v3beta1, AgentsClient, ChangelogsClient, DeploymentsClient, EntityTypesClient, EnvironmentsClient, ExamplesClient, ExperimentsClient, FlowsClient, GeneratorsClient, IntentsClient, PagesClient, PlaybooksClient, SecuritySettingsServiceClient, SessionEntityTypesClient, SessionsClient, TestCasesClient, ToolsClient, TransitionRouteGroupsClient, VersionsClient, WebhooksClient }; declare const _default: { v3: typeof v3; v3beta1: typeof v3beta1; AgentsClient: typeof v3.AgentsClient; ChangelogsClient: typeof v3.ChangelogsClient; DeploymentsClient: typeof v3.DeploymentsClient; EntityTypesClient: typeof v3.EntityTypesClient; EnvironmentsClient: typeof v3.EnvironmentsClient; ExamplesClient: typeof v3.ExamplesClient; ExperimentsClient: typeof v3.ExperimentsClient; FlowsClient: typeof v3.FlowsClient; GeneratorsClient: typeof v3.GeneratorsClient; IntentsClient: typeof v3.IntentsClient; PagesClient: typeof v3.PagesClient; PlaybooksClient: typeof v3.PlaybooksClient; SecuritySettingsServiceClient: typeof v3.SecuritySettingsServiceClient; SessionEntityTypesClient: typeof v3.SessionEntityTypesClient; SessionsClient: typeof v3.SessionsClient; TestCasesClient: typeof v3.TestCasesClient; ToolsClient: typeof v3.ToolsClient; TransitionRouteGroupsClient: typeof v3.TransitionRouteGroupsClient; VersionsClient: typeof v3.VersionsClient; WebhooksClient: typeof v3.WebhooksClient; }; export default _default; import * as protos from '../protos/protos'; export { protos };