@salesforce/lds-adapters-service-einstein-copilot-bot 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/service-einstein-copilot-bot.js +4895 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/getAgents.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getBotId.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getCopilotObjects.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getFollowUpActions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecommendedActions.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecommendedPlanTemplates.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecommendedUtterances.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWelcomeUtterances.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/sendMessage.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/submitFeedback.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectAgentforceAgentInfo.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectConversationRuntimeProxy.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectCopilotObjects.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectRecommendedActions.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectRecommendedPlanTemplatesByPageTypeAndObjectType.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectRecommendedUtterances.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectWelcomeUtterances.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectConversationRuntimeProxy.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectCopilotFeedback.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectFollowUpActions.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/types/AgentforceAgentBotInfoListRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/AgentforceAgentBotInfoRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/CollectMessageRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ConversationRuntimeProxyChoiceRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ConversationRuntimeProxyInputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/ConversationRuntimeProxyMessageRepresentation.d.ts +83 -0
- package/dist/es/es2018/types/src/generated/types/ConversationRuntimeProxyRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/CopilotBotInfoRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/CopilotFollowUpActionsRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/CopilotLLMFeedbackInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/CopilotLLMFeedbackOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CopilotObjectInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CopilotObjectListRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CopilotQuickActionRepresentation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/EsTypeMessageRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FollowUpActionsDesignConfigRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FollowUpActionsFilterConfigRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/FollowUpActionsInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/FollowUpActionsListInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/FollowUpActionsRenditionConfigRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FollowUpActionsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FollowUpActionsSchemaConfigRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FollowUpActionsSourceDescriptorRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/PlanTemplateRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecommendedActionsRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/RecommendedPlanTemplatesRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/RecommendedUtterancesRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/VariableRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/WelcomeTopicSuggestedUtterancesRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WelcomeUtterancesRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +5019 -0
- package/src/raml/api.raml +873 -0
- package/src/raml/luvio.raml +92 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "24d61d5f37ff09155ee4a9d90eb4fcb5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CopilotObjectInfoRepresentation, existing: CopilotObjectInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CopilotObjectInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CopilotObjectInfoRepresentationNormalized, incoming: CopilotObjectInfoRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CopilotObjectInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Object information, includes object api name and label
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CopilotObjectInfoRepresentationNormalized {
|
|
17
|
+
/** The object API name */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** The object label */
|
|
20
|
+
label: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Object information, includes object api name and label
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CopilotObjectInfoRepresentation {
|
|
29
|
+
apiName: string;
|
|
30
|
+
label: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { CopilotObjectInfoRepresentation as CopilotObjectInfoRepresentation_CopilotObjectInfoRepresentation } from './CopilotObjectInfoRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 900000;
|
|
4
|
+
export declare const VERSION = "ca1aedcbd4e34795fadf2dcaf66e5825";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: CopilotObjectListRepresentation, existing: CopilotObjectListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CopilotObjectListRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: CopilotObjectListRepresentationNormalized, incoming: CopilotObjectListRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CopilotObjectListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* List of objects that can be used within UI API end-points
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CopilotObjectListRepresentationNormalized {
|
|
19
|
+
/** List of objects */
|
|
20
|
+
objects: Array<CopilotObjectInfoRepresentation_CopilotObjectInfoRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* List of objects that can be used within UI API end-points
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CopilotObjectListRepresentation {
|
|
29
|
+
objects: Array<CopilotObjectInfoRepresentation_CopilotObjectInfoRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 900000;
|
|
3
|
+
export declare const VERSION = "3d8b52828ddd11f23f898b0bba8db802";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CopilotQuickActionRepresentation, existing: CopilotQuickActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CopilotQuickActionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CopilotQuickActionRepresentationNormalized, incoming: CopilotQuickActionRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CopilotQuickActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a Copilot QuickAction which can be executed by a Copilot client.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CopilotQuickActionRepresentationNormalized {
|
|
18
|
+
/** Api name of Copilot QuickAction. */
|
|
19
|
+
actionApiName?: string;
|
|
20
|
+
/** Creation date of Copilot QuickAction. */
|
|
21
|
+
createdDate?: string;
|
|
22
|
+
/** Description of Copilot QuickAction. */
|
|
23
|
+
description?: string;
|
|
24
|
+
/** Icon name for the Recommended Action to be used by the client when rendering the QuickAction in the UI. */
|
|
25
|
+
icon?: string;
|
|
26
|
+
/** Intent associated to the Copilot QuickAction which is used by the planner. */
|
|
27
|
+
intent?: string;
|
|
28
|
+
/** Is the copilot QuickAction global or not. */
|
|
29
|
+
isGlobal?: boolean;
|
|
30
|
+
/** Is the Copilot QuickAction a standard Action. */
|
|
31
|
+
isStandard?: boolean;
|
|
32
|
+
/** Label to display when rendering Copilot QuickAction. */
|
|
33
|
+
label?: string;
|
|
34
|
+
/** Last Modified date of Copilot QuickAction */
|
|
35
|
+
lastModifiedDate?: string;
|
|
36
|
+
/** Namespace of the Copilot QuickAction */
|
|
37
|
+
namespace?: string;
|
|
38
|
+
/** Level of Org access required for this QuickAction to be visible for the org. */
|
|
39
|
+
orgAccess?: string;
|
|
40
|
+
/** Plan TemplateId associated to the Copilot QuickAction. */
|
|
41
|
+
planTemplateId?: string;
|
|
42
|
+
/** Input Variables for executing this plan template. */
|
|
43
|
+
planTemplateInput?: {
|
|
44
|
+
[key: string]: string;
|
|
45
|
+
};
|
|
46
|
+
/** Type of Copilot QuickAction. */
|
|
47
|
+
type?: string;
|
|
48
|
+
/** User utterance to be recorded in conversation history by Planner when executing this Copilot Quick Action. */
|
|
49
|
+
userUtterance?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Represents a Copilot QuickAction which can be executed by a Copilot client.
|
|
53
|
+
*
|
|
54
|
+
* Keys:
|
|
55
|
+
* (none)
|
|
56
|
+
*/
|
|
57
|
+
export interface CopilotQuickActionRepresentation {
|
|
58
|
+
actionApiName?: string;
|
|
59
|
+
createdDate?: string;
|
|
60
|
+
description?: string;
|
|
61
|
+
icon?: string;
|
|
62
|
+
intent?: string;
|
|
63
|
+
isGlobal?: boolean;
|
|
64
|
+
isStandard?: boolean;
|
|
65
|
+
label?: string;
|
|
66
|
+
lastModifiedDate?: string;
|
|
67
|
+
namespace?: string;
|
|
68
|
+
orgAccess?: string;
|
|
69
|
+
planTemplateId?: string;
|
|
70
|
+
planTemplateInput?: {
|
|
71
|
+
[key: string]: string;
|
|
72
|
+
};
|
|
73
|
+
type?: string;
|
|
74
|
+
userUtterance?: string;
|
|
75
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 30000;
|
|
3
|
+
export declare const VERSION = "e8cb7e20392935088ea2f98edb927e8a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: EsTypeMessageRepresentation, existing: EsTypeMessageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EsTypeMessageRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: EsTypeMessageRepresentationNormalized, incoming: EsTypeMessageRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EsTypeMessageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a ES type message
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface EsTypeMessageRepresentationNormalized {
|
|
18
|
+
/** Property for the ES type message. */
|
|
19
|
+
property?: string | null;
|
|
20
|
+
/** Type for the ES type message. */
|
|
21
|
+
type: string;
|
|
22
|
+
/** Value for the ES type message. */
|
|
23
|
+
value: unknown;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Represents a ES type message
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface EsTypeMessageRepresentation {
|
|
32
|
+
property?: string | null;
|
|
33
|
+
type: string;
|
|
34
|
+
value: unknown;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/FollowUpActionsDesignConfigRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "681cc1256570292c1a12195b8d95adb1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FollowUpActionsDesignConfigRepresentation, existing: FollowUpActionsDesignConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowUpActionsDesignConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FollowUpActionsDesignConfigRepresentationNormalized, incoming: FollowUpActionsDesignConfigRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FollowUpActionsDesignConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* similar to ExperienceModelDesignConfigRendition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FollowUpActionsDesignConfigRepresentationNormalized {
|
|
17
|
+
subViewDefinitions?: boolean;
|
|
18
|
+
target?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* similar to ExperienceModelDesignConfigRendition
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface FollowUpActionsDesignConfigRepresentation {
|
|
27
|
+
subViewDefinitions?: boolean;
|
|
28
|
+
target?: string;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/FollowUpActionsFilterConfigRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "1a56a897a6b725ab71964fdc9099b402";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FollowUpActionsFilterConfigRepresentation, existing: FollowUpActionsFilterConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowUpActionsFilterConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FollowUpActionsFilterConfigRepresentationNormalized, incoming: FollowUpActionsFilterConfigRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FollowUpActionsFilterConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* similar to ExperienceModelFilterConfigRepresentation.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FollowUpActionsFilterConfigRepresentationNormalized {
|
|
17
|
+
/** list of fields */
|
|
18
|
+
propertyNames?: Array<string>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* similar to ExperienceModelFilterConfigRepresentation.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface FollowUpActionsFilterConfigRepresentation {
|
|
27
|
+
propertyNames?: Array<string>;
|
|
28
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FollowUpActionsDesignConfigRepresentation as FollowUpActionsDesignConfigRepresentation_FollowUpActionsDesignConfigRepresentation } from './FollowUpActionsDesignConfigRepresentation';
|
|
2
|
+
import { FollowUpActionsRenditionConfigRepresentation as FollowUpActionsRenditionConfigRepresentation_FollowUpActionsRenditionConfigRepresentation } from './FollowUpActionsRenditionConfigRepresentation';
|
|
3
|
+
import { FollowUpActionsSchemaConfigRepresentation as FollowUpActionsSchemaConfigRepresentation_FollowUpActionsSchemaConfigRepresentation } from './FollowUpActionsSchemaConfigRepresentation';
|
|
4
|
+
import { FollowUpActionsSourceDescriptorRepresentation as FollowUpActionsSourceDescriptorRepresentation_FollowUpActionsSourceDescriptorRepresentation } from './FollowUpActionsSourceDescriptorRepresentation';
|
|
5
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
6
|
+
export declare const VERSION = "2f59b5c4a07ba07277f2145ab6233d94";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: FollowUpActionsInputRepresentation, existing: FollowUpActionsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowUpActionsInputRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: FollowUpActionsInputRepresentationNormalized, incoming: FollowUpActionsInputRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FollowUpActionsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* a query to EM getType for follow-up actions
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface FollowUpActionsInputRepresentationNormalized {
|
|
21
|
+
/** query descriptor for EM getType call */
|
|
22
|
+
descriptor: string;
|
|
23
|
+
designConfig?: FollowUpActionsDesignConfigRepresentation_FollowUpActionsDesignConfigRepresentation;
|
|
24
|
+
renditionConfig?: FollowUpActionsRenditionConfigRepresentation_FollowUpActionsRenditionConfigRepresentation;
|
|
25
|
+
schemaConfig?: FollowUpActionsSchemaConfigRepresentation_FollowUpActionsSchemaConfigRepresentation;
|
|
26
|
+
sourceDescriptor?: FollowUpActionsSourceDescriptorRepresentation_FollowUpActionsSourceDescriptorRepresentation;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* a query to EM getType for follow-up actions
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface FollowUpActionsInputRepresentation {
|
|
35
|
+
descriptor: string;
|
|
36
|
+
designConfig?: FollowUpActionsDesignConfigRepresentation_FollowUpActionsDesignConfigRepresentation;
|
|
37
|
+
renditionConfig?: FollowUpActionsRenditionConfigRepresentation_FollowUpActionsRenditionConfigRepresentation;
|
|
38
|
+
schemaConfig?: FollowUpActionsSchemaConfigRepresentation_FollowUpActionsSchemaConfigRepresentation;
|
|
39
|
+
sourceDescriptor?: FollowUpActionsSourceDescriptorRepresentation_FollowUpActionsSourceDescriptorRepresentation;
|
|
40
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { FollowUpActionsInputRepresentation as FollowUpActionsInputRepresentation_FollowUpActionsInputRepresentation } from './FollowUpActionsInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "6d5c62ade2db09c703f4c8e77693ee35";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FollowUpActionsListInputRepresentation, existing: FollowUpActionsListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowUpActionsListInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FollowUpActionsListInputRepresentationNormalized, incoming: FollowUpActionsListInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FollowUpActionsListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* top-level input type to FollowUp Actions endpoint
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FollowUpActionsListInputRepresentationNormalized {
|
|
18
|
+
/** list of queries for actions */
|
|
19
|
+
followUpActionsInputs: Array<FollowUpActionsInputRepresentation_FollowUpActionsInputRepresentation>;
|
|
20
|
+
/** human language to localize to */
|
|
21
|
+
language?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* top-level input type to FollowUp Actions endpoint
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface FollowUpActionsListInputRepresentation {
|
|
30
|
+
followUpActionsInputs: Array<FollowUpActionsInputRepresentation_FollowUpActionsInputRepresentation>;
|
|
31
|
+
language?: string;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/FollowUpActionsRenditionConfigRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "45b8461963a62b283a6cb7fff282b58e";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FollowUpActionsRenditionConfigRepresentation, existing: FollowUpActionsRenditionConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowUpActionsRenditionConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FollowUpActionsRenditionConfigRepresentationNormalized, incoming: FollowUpActionsRenditionConfigRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FollowUpActionsRenditionConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* similar to ExperienceModelRenditiionConfigRendition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FollowUpActionsRenditionConfigRepresentationNormalized {
|
|
17
|
+
subViewDefinitions?: boolean;
|
|
18
|
+
target?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* similar to ExperienceModelRenditiionConfigRendition
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface FollowUpActionsRenditionConfigRepresentation {
|
|
27
|
+
subViewDefinitions?: boolean;
|
|
28
|
+
target?: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "38e904794d03177700e02a0dbd234d01";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FollowUpActionsRepresentation, existing: FollowUpActionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowUpActionsRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FollowUpActionsRepresentationNormalized, incoming: FollowUpActionsRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FollowUpActionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* basic output item type of /connect/follow-up-actions endpoint
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FollowUpActionsRepresentationNormalized {
|
|
17
|
+
actions: unknown;
|
|
18
|
+
blockRenderers: unknown;
|
|
19
|
+
descriptor?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* basic output item type of /connect/follow-up-actions endpoint
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface FollowUpActionsRepresentation {
|
|
28
|
+
actions: unknown;
|
|
29
|
+
blockRenderers: unknown;
|
|
30
|
+
descriptor?: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/FollowUpActionsSchemaConfigRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { FollowUpActionsFilterConfigRepresentation as FollowUpActionsFilterConfigRepresentation_FollowUpActionsFilterConfigRepresentation } from './FollowUpActionsFilterConfigRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "e634181c09ed446d8276bde59ed821df";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FollowUpActionsSchemaConfigRepresentation, existing: FollowUpActionsSchemaConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowUpActionsSchemaConfigRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FollowUpActionsSchemaConfigRepresentationNormalized, incoming: FollowUpActionsSchemaConfigRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FollowUpActionsSchemaConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* similar to ExperienceModelSchemaConfig
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FollowUpActionsSchemaConfigRepresentationNormalized {
|
|
18
|
+
filterConfig?: FollowUpActionsFilterConfigRepresentation_FollowUpActionsFilterConfigRepresentation;
|
|
19
|
+
/** whether to include sub-schema definitions or not */
|
|
20
|
+
subSchemaDefinitions?: boolean;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* similar to ExperienceModelSchemaConfig
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface FollowUpActionsSchemaConfigRepresentation {
|
|
29
|
+
filterConfig?: FollowUpActionsFilterConfigRepresentation_FollowUpActionsFilterConfigRepresentation;
|
|
30
|
+
subSchemaDefinitions?: boolean;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/FollowUpActionsSourceDescriptorRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "dabe5a9d66c8c47b36396825572e2ca5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FollowUpActionsSourceDescriptorRepresentation, existing: FollowUpActionsSourceDescriptorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FollowUpActionsSourceDescriptorRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FollowUpActionsSourceDescriptorRepresentationNormalized, incoming: FollowUpActionsSourceDescriptorRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FollowUpActionsSourceDescriptorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* similar to ExperienceModelSourceDescriptorRepresentation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FollowUpActionsSourceDescriptorRepresentationNormalized {
|
|
17
|
+
descriptor?: string;
|
|
18
|
+
propertyName?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* similar to ExperienceModelSourceDescriptorRepresentation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface FollowUpActionsSourceDescriptorRepresentation {
|
|
27
|
+
descriptor?: string;
|
|
28
|
+
propertyName?: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 900000;
|
|
3
|
+
export declare const VERSION = "504437088c2317480c651ac05a7565b5";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: PlanTemplateRepresentation, existing: PlanTemplateRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PlanTemplateRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: PlanTemplateRepresentationNormalized, incoming: PlanTemplateRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PlanTemplateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a plan template which can be executed by a Copilot client.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface PlanTemplateRepresentationNormalized {
|
|
18
|
+
/** Intent used by Planner when executing this plan template. */
|
|
19
|
+
intent: string;
|
|
20
|
+
/** Label to display when rendering this plan template in a Copilot client. */
|
|
21
|
+
label: string;
|
|
22
|
+
/** ID of a plan template. */
|
|
23
|
+
planTemplateId: string;
|
|
24
|
+
/** User utterance to be recorded in conversation history by Planner when executing this plan template. */
|
|
25
|
+
userUtterance: string;
|
|
26
|
+
/** Variables for executing this plan template. */
|
|
27
|
+
variables: {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Represents a plan template which can be executed by a Copilot client.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface PlanTemplateRepresentation {
|
|
38
|
+
intent: string;
|
|
39
|
+
label: string;
|
|
40
|
+
planTemplateId: string;
|
|
41
|
+
userUtterance: string;
|
|
42
|
+
variables: {
|
|
43
|
+
[key: string]: string;
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { CopilotQuickActionRepresentation as CopilotQuickActionRepresentation_CopilotQuickActionRepresentation } from './CopilotQuickActionRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 900000;
|
|
4
|
+
export declare const VERSION = "122e61b0db6dc38d244a87570efc5522";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: RecommendedActionsRepresentation, existing: RecommendedActionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendedActionsRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: RecommendedActionsRepresentationNormalized, incoming: RecommendedActionsRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecommendedActionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents the result of a get recommended actions request.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface RecommendedActionsRepresentationNormalized {
|
|
19
|
+
/** Recommended copilot Quick Actions. */
|
|
20
|
+
copilotQuickActions: Array<CopilotQuickActionRepresentation_CopilotQuickActionRepresentation>;
|
|
21
|
+
/** Error message for the failed get operation */
|
|
22
|
+
errorMessage?: string;
|
|
23
|
+
/** Success indicator of the get operation. */
|
|
24
|
+
isSuccess: boolean;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents the result of a get recommended actions request.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface RecommendedActionsRepresentation {
|
|
33
|
+
copilotQuickActions: Array<CopilotQuickActionRepresentation_CopilotQuickActionRepresentation>;
|
|
34
|
+
errorMessage?: string;
|
|
35
|
+
isSuccess: boolean;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { PlanTemplateRepresentation as PlanTemplateRepresentation_PlanTemplateRepresentation } from './PlanTemplateRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 900000;
|
|
4
|
+
export declare const VERSION = "0503b0c5ce250e7f5fbf16f2d3f2fec4";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: RecommendedPlanTemplatesRepresentation, existing: RecommendedPlanTemplatesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendedPlanTemplatesRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: RecommendedPlanTemplatesRepresentationNormalized, incoming: RecommendedPlanTemplatesRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecommendedPlanTemplatesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents the result of a get recommended plan templates request.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface RecommendedPlanTemplatesRepresentationNormalized {
|
|
19
|
+
/** Error message for the failed get operation. */
|
|
20
|
+
errorMessage?: string;
|
|
21
|
+
/** Success indicator of the get operation. */
|
|
22
|
+
isSuccess: boolean;
|
|
23
|
+
/** Recommended plan templates. */
|
|
24
|
+
planTemplates: Array<PlanTemplateRepresentation_PlanTemplateRepresentation>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents the result of a get recommended plan templates request.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface RecommendedPlanTemplatesRepresentation {
|
|
33
|
+
errorMessage?: string;
|
|
34
|
+
isSuccess: boolean;
|
|
35
|
+
planTemplates: Array<PlanTemplateRepresentation_PlanTemplateRepresentation>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 100;
|
|
3
|
+
export declare const VERSION = "240cfec5fc3a3d994da444a2dfa1eca4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: RecommendedUtterancesRepresentation, existing: RecommendedUtterancesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecommendedUtterancesRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: RecommendedUtterancesRepresentationNormalized, incoming: RecommendedUtterancesRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: RecommendedUtterancesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents the result of a get recommended utterances request.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RecommendedUtterancesRepresentationNormalized {
|
|
18
|
+
/** Error message for the failed get operation */
|
|
19
|
+
errorMessage?: string;
|
|
20
|
+
/** Success indicator of the get operation. */
|
|
21
|
+
isSuccess: boolean;
|
|
22
|
+
/** Recommended utterances. */
|
|
23
|
+
utterances: Array<string>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Represents the result of a get recommended utterances request.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface RecommendedUtterancesRepresentation {
|
|
32
|
+
errorMessage?: string;
|
|
33
|
+
isSuccess: boolean;
|
|
34
|
+
utterances: Array<string>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 30000;
|
|
3
|
+
export declare const VERSION = "8191aab1c05f40fcbe0348ce5e5b5406";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VariableRepresentation, existing: VariableRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VariableRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VariableRepresentationNormalized, incoming: VariableRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: VariableRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a single variable for an operation to set variables
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VariableRepresentationNormalized {
|
|
18
|
+
/** Name of the variable */
|
|
19
|
+
name: string;
|
|
20
|
+
/** Type of the variable */
|
|
21
|
+
type: string;
|
|
22
|
+
/** Value of the variable */
|
|
23
|
+
value?: unknown;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Represents a single variable for an operation to set variables
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface VariableRepresentation {
|
|
32
|
+
name: string;
|
|
33
|
+
type: string;
|
|
34
|
+
value?: unknown;
|
|
35
|
+
}
|