Native Language Support in Entity Value List
Content
Hey guys!
I need to create a button list that uses Value list entity in multi-language. I already created a value list in different languages but whenever I try to use the Value list entity, it shows all the values including the values in other languages.
Code:
whatToDONext:
component: "System.CommonResponse"
properties:
processUserMessage: true
keepTurn: false
useFullEntityMatches: true
metadata:
responseItems:
- type: "text"
text: "Hi there! Here are the things that I can do:"
actions:
- label: "${enumValue}"
type: "postback"
payload:
action: ""
variables:
leaveType: "${enumValue}"
iteratorVariable: "leaveType.type.enumValues"
transitions: