You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Native Language Support in Entity Value List

edited Feb 17, 2021 12:43PM in Digital Assistant & Mobile 3 comments

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:

Version

20.12

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!