Entity Value as List

How to capture the multiple values for a entity? Eg.

  1. group by key1, key2, key3
  2. aggregate by key1, key2

I want to capture the list mentioned in single entity.

Hi @er.dcpatel,

In the Entity node, you can select the Type as “List of items(enumerated)” and enable “Is multi-item” to accept multiple values in the Entity node.

Kindly refer the following link to understand more about “List of items” type in the entity node:

https://developer.kore.ai/docs/bots/bot-builder-tool/dialog-task/entity-types/#List_of_Items_enumerated

Let us know if the above feature doesn’t suffice your requirement.

Regards,
Yoga Ramya.

would that help in below scenario?

  1. group by key1, key2, key3
  2. aggregate by key1, key2

I want to capture the list mentioned in single entity.

eg.

Value of entity1 would be [key1, key2,key3]
Value of entity2 would be [key1, key2]

Hi @er.dcpatel,

Please go through the above given documentation and implement the Entity with List of enumerated values with Multi-item checked to true.

Let us know if you face any issue with the implementation or if it doesn’t suffice your requirement.

Regards,
Yoga Ramya.