@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
61 lines (60 loc) • 4.07 kB
TypeScript
export { AgentArgs, AgentState } from "./agent";
export type Agent = import("./agent").Agent;
export declare const Agent: typeof import("./agent").Agent;
export { ConversationProfileArgs, ConversationProfileState } from "./conversationProfile";
export type ConversationProfile = import("./conversationProfile").ConversationProfile;
export declare const ConversationProfile: typeof import("./conversationProfile").ConversationProfile;
export { CxAgentArgs, CxAgentState } from "./cxAgent";
export type CxAgent = import("./cxAgent").CxAgent;
export declare const CxAgent: typeof import("./cxAgent").CxAgent;
export { CxEntityTypeArgs, CxEntityTypeState } from "./cxEntityType";
export type CxEntityType = import("./cxEntityType").CxEntityType;
export declare const CxEntityType: typeof import("./cxEntityType").CxEntityType;
export { CxEnvironmentArgs, CxEnvironmentState } from "./cxEnvironment";
export type CxEnvironment = import("./cxEnvironment").CxEnvironment;
export declare const CxEnvironment: typeof import("./cxEnvironment").CxEnvironment;
export { CxFlowArgs, CxFlowState } from "./cxFlow";
export type CxFlow = import("./cxFlow").CxFlow;
export declare const CxFlow: typeof import("./cxFlow").CxFlow;
export { CxGenerativeSettingsArgs, CxGenerativeSettingsState } from "./cxGenerativeSettings";
export type CxGenerativeSettings = import("./cxGenerativeSettings").CxGenerativeSettings;
export declare const CxGenerativeSettings: typeof import("./cxGenerativeSettings").CxGenerativeSettings;
export { CxGeneratorArgs, CxGeneratorState } from "./cxGenerator";
export type CxGenerator = import("./cxGenerator").CxGenerator;
export declare const CxGenerator: typeof import("./cxGenerator").CxGenerator;
export { CxIntentArgs, CxIntentState } from "./cxIntent";
export type CxIntent = import("./cxIntent").CxIntent;
export declare const CxIntent: typeof import("./cxIntent").CxIntent;
export { CxPageArgs, CxPageState } from "./cxPage";
export type CxPage = import("./cxPage").CxPage;
export declare const CxPage: typeof import("./cxPage").CxPage;
export { CxPlaybookArgs, CxPlaybookState } from "./cxPlaybook";
export type CxPlaybook = import("./cxPlaybook").CxPlaybook;
export declare const CxPlaybook: typeof import("./cxPlaybook").CxPlaybook;
export { CxSecuritySettingsArgs, CxSecuritySettingsState } from "./cxSecuritySettings";
export type CxSecuritySettings = import("./cxSecuritySettings").CxSecuritySettings;
export declare const CxSecuritySettings: typeof import("./cxSecuritySettings").CxSecuritySettings;
export { CxTestCaseArgs, CxTestCaseState } from "./cxTestCase";
export type CxTestCase = import("./cxTestCase").CxTestCase;
export declare const CxTestCase: typeof import("./cxTestCase").CxTestCase;
export { CxToolArgs, CxToolState } from "./cxTool";
export type CxTool = import("./cxTool").CxTool;
export declare const CxTool: typeof import("./cxTool").CxTool;
export { CxVersionArgs, CxVersionState } from "./cxVersion";
export type CxVersion = import("./cxVersion").CxVersion;
export declare const CxVersion: typeof import("./cxVersion").CxVersion;
export { CxWebhookArgs, CxWebhookState } from "./cxWebhook";
export type CxWebhook = import("./cxWebhook").CxWebhook;
export declare const CxWebhook: typeof import("./cxWebhook").CxWebhook;
export { EncryptionSpecArgs, EncryptionSpecState } from "./encryptionSpec";
export type EncryptionSpec = import("./encryptionSpec").EncryptionSpec;
export declare const EncryptionSpec: typeof import("./encryptionSpec").EncryptionSpec;
export { EntityTypeArgs, EntityTypeState } from "./entityType";
export type EntityType = import("./entityType").EntityType;
export declare const EntityType: typeof import("./entityType").EntityType;
export { FulfillmentArgs, FulfillmentState } from "./fulfillment";
export type Fulfillment = import("./fulfillment").Fulfillment;
export declare const Fulfillment: typeof import("./fulfillment").Fulfillment;
export { IntentArgs, IntentState } from "./intent";
export type Intent = import("./intent").Intent;
export declare const Intent: typeof import("./intent").Intent;