Cambio Dropdown 'Choose' a Español/Custom


Previous📘 Agente Virtual de Ventas ISP con IANextPermitir Geolocalización en conversación contra agente
Last updated


Last updated
const { type: eventType, payload } = outgoingEvent
if ((eventType === 'choice' || eventType === 'dropdown') && event?.integration?.includes('whatsapp')) {
payload.buttonLabel = 'Seleccione...'
}