prodap-chatbot-domain
Version:
Classes utilizadas na resposta de todas as Intents do Assistente Virtual
13 lines (12 loc) • 510 B
TypeScript
declare const ModalTypes: {
readonly ADDITIONAL_INFO: "ADDITIONAL_INFO";
readonly DETALHE_DESABASTECIMENTO: "DETALHE_DESABASTECIMENTO";
readonly DETALHE_INFO: "DETALHE_INFO";
readonly DETALHE_INFO_ITENS_PRODUTIVOS: "DETALHE_INFO_ITENS_PRODUTIVOS";
readonly GENERIC: "GENERIC";
readonly MODAL_CARD_LIST_INFO: "MODAL_CARD_LIST_INFO";
readonly SWIPE: "SWIPE";
readonly CUSTOM: "CUSTOM";
};
type ModalTypes = (typeof ModalTypes)[keyof typeof ModalTypes];
export default ModalTypes;