export declare enum Action { ChatBotFavorite = "ChatBotFavorite", ChatBotCreate = "ChatBotCreate", ChatBotDelete = "ChatBotDelete", ChatBotEdit = "ChatBotEdit", ChatBotGetForChat = "ChatBotGetForChat", ChatBotGetForEmbed = "ChatBotGetForEmbed", ChatBotGetGeneral = "ChatBotGetGeneral", ChatBotGetStatuses = "ChatBotGetStatuses", ChatBotInit = "ChatBotInit", ChatBotQuery = "ChatBotQuery", ChatBotAnswerRate = "ChatBotAnswerRate", ChatbotEditVisible = "ChatbotEditVisible", ChatbotEditWidget = "ChatbotEditWidget", ChatBotEditShareOptions = "ChatBotEditShareOptions", ChatBotEditLimits = "ChatBotEditLimits", ChatBotDuplicate = "ChatBotDuplicate", DocumentAdd = "DocumentAdd", DocumentDelete = "DocumentDelete", DocumentDownload = "DocumentDownload", DocumentGetStatuses = "DocumentGetStatuses", DocumentGetForUser = "DocumentGetForUser", DocumentRename = "DocumentRename", OrganizationGetUsers = "OrganizationGetUsers", OrganizationSetData = "OrganizationSetData", OrganizationUpsertUsers = "OrganizationUpsertUsers", OrganizationEnforceDataResidency = "OrganizationEnforceDataResidency", PlanCancelSubscription = "PlanCancelSubscription", PlanGetBillingPortalUrl = "PlanGetBillingPortalUrl", PlanUpdate = "PlanUpdate", PlanGetAll = "PlanGetAll", UserCreateForExternalSignup = "UserCreateForExternalSignup", UserDoesExist = "UserDoesExist", UserGetAccountPlan = "UserGetAccountPlan", UserGetInfo = "UserGetInfo", UserResetPassword = "UserResetPassword", UserSendResetPasswordEmail = "UserSendResetPasswordEmail", UserSignup = "UserSignup", UserValidatePassword = "UserValidatePassword", AnalyticsGet = "AnalyticsGet", SessionsGet = "SessionsGet", IntegrationUpsert = "IntegrationUpsert", IntegrationDelete = "IntegrationDelete", IntegrationGet = "IntegrationGet", AfterResponse = "AfterResponse", General = "General", SendEmail = "SendEmail", RemoveExpiredDocuments = "RemoveExpiredDocuments", UpdateAccountsRegularly = "UpdateAccountsRegularly", WebHookProcess = "WebHookProcess", IndexServiceGeneral = "IndexServiceGeneral", GetRandomChunks = "GetRandomChunks", GenerateQuestionFromChunk = "GenerateQuestionFromChunk", GetQuestionLanguage = "GetQuestionLanguage", IndexServiceReranking = "IndexServiceReranking", UserGetTestimonialSubmissions = "UserGetTestimonialSubmissions", UserCreateTestimonialSubmission = "UserCreateTestimonialSubmission" }