prodap-chatbot-domain
Version:
Classes utilizadas na resposta de todas as Intents do Assistente Virtual
12 lines (11 loc) • 477 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";
};
type ModalTypes = typeof ModalTypes[keyof typeof ModalTypes];
export default ModalTypes;