im tryng to fill the slot from buttons, with one of the two options [rent_property,buy_property]
what is the best slot mapping type in that case from intent, or from entity, or custom mapping.
im tryng to fill the slot from buttons, with one of the two options [rent_property,buy_property]
what is the best slot mapping type in that case from intent, or from entity, or custom mapping.
from_entity
since rent_property
and buy_property
are (should be) values of the asset
entity.
thanks that solve the problem