Hi there!
I need to use a conditional response, where it can appear one entity with 2 different values, like this:
tipo_operação: alterar tipo_operação: optar
I defined a type list slot, named tipo_operação.
On the utter I’ve defined a condition:
- condition:
- name: assunto
type: slot
value: AIMI
- name: tipo_operação
type: slot
value: alterar, optar <---------- doesn't work
- name: tipo_tributação
type: slot
value: tributação conjunta
Is there some way to identify the elements of the list that I want to use as condition “tipo_operação”?
Thanks!