Ambiguous values

Hi @Subrahmanyam,

I have a set of values like:
{
text: “Savings Account”,
synonyms: [“Savings Account”]
},
{
text: “Current Account”,
synonyms: [“Current Account”]
}

Configuration in entity -
Multi Item = true
Hidden

As per my understanding, if I enter Account in utterance, it should consider it as ambiguous value as Account is there in two values. And Entity should have two values.
But it simply ignores that value.

Is there something I am missing?

Regards,
Neha Sheikh

A List of Items entity of type hidden wouldn’t prompt for ambiguous choices when multi-item is turned ON.