export declare const AssociationType: { readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE"; }; export type AssociationType = (typeof AssociationType)[keyof typeof AssociationType]; export declare const AssistantType: { readonly AGENT: "AGENT"; }; export type AssistantType = (typeof AssistantType)[keyof typeof AssistantType]; export declare const AssistantStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; }; export type AssistantStatus = (typeof AssistantStatus)[keyof typeof AssistantStatus]; export declare const RelevanceLevel: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; }; export type RelevanceLevel = (typeof RelevanceLevel)[keyof typeof RelevanceLevel]; export declare const RecommendationType: { readonly KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT"; }; export type RecommendationType = (typeof RecommendationType)[keyof typeof RecommendationType]; export declare const RecommendationSourceType: { readonly ISSUE_DETECTION: "ISSUE_DETECTION"; readonly OTHER: "OTHER"; readonly RULE_EVALUATION: "RULE_EVALUATION"; }; export type RecommendationSourceType = (typeof RecommendationSourceType)[keyof typeof RecommendationSourceType]; export declare const RecommendationTriggerType: { readonly QUERY: "QUERY"; }; export type RecommendationTriggerType = (typeof RecommendationTriggerType)[keyof typeof RecommendationTriggerType]; export declare const FilterField: { readonly NAME: "NAME"; }; export type FilterField = (typeof FilterField)[keyof typeof FilterField]; export declare const FilterOperator: { readonly EQUALS: "EQUALS"; }; export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator]; export declare const ContentStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly UPDATE_FAILED: "UPDATE_FAILED"; }; export type ContentStatus = (typeof ContentStatus)[keyof typeof ContentStatus]; export declare const KnowledgeBaseType: { readonly CUSTOM: "CUSTOM"; readonly EXTERNAL: "EXTERNAL"; readonly QUICK_RESPONSES: "QUICK_RESPONSES"; }; export type KnowledgeBaseType = (typeof KnowledgeBaseType)[keyof typeof KnowledgeBaseType]; export declare const KnowledgeBaseStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; }; export type KnowledgeBaseStatus = (typeof KnowledgeBaseStatus)[keyof typeof KnowledgeBaseStatus]; export declare const QuickResponseStatus: { readonly CREATED: "CREATED"; readonly CREATE_FAILED: "CREATE_FAILED"; readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly UPDATE_FAILED: "UPDATE_FAILED"; readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS"; }; export type QuickResponseStatus = (typeof QuickResponseStatus)[keyof typeof QuickResponseStatus]; export declare const ExternalSource: { readonly AMAZON_CONNECT: "AMAZON_CONNECT"; }; export type ExternalSource = (typeof ExternalSource)[keyof typeof ExternalSource]; export declare const ImportJobType: { readonly QUICK_RESPONSES: "QUICK_RESPONSES"; }; export type ImportJobType = (typeof ImportJobType)[keyof typeof ImportJobType]; export declare const ImportJobStatus: { readonly COMPLETE: "COMPLETE"; readonly DELETED: "DELETED"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"; readonly FAILED: "FAILED"; readonly START_IN_PROGRESS: "START_IN_PROGRESS"; }; export type ImportJobStatus = (typeof ImportJobStatus)[keyof typeof ImportJobStatus]; export declare const QuickResponseFilterOperator: { readonly EQUALS: "EQUALS"; readonly PREFIX: "PREFIX"; }; export type QuickResponseFilterOperator = (typeof QuickResponseFilterOperator)[keyof typeof QuickResponseFilterOperator]; export declare const Order: { readonly ASC: "ASC"; readonly DESC: "DESC"; }; export type Order = (typeof Order)[keyof typeof Order]; export declare const QuickResponseQueryOperator: { readonly CONTAINS: "CONTAINS"; readonly CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX"; }; export type QuickResponseQueryOperator = (typeof QuickResponseQueryOperator)[keyof typeof QuickResponseQueryOperator]; export declare const Priority: { readonly HIGH: "HIGH"; readonly LOW: "LOW"; readonly MEDIUM: "MEDIUM"; }; export type Priority = (typeof Priority)[keyof typeof Priority];