This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Choose Entity #8905
Unanswered
andreas-sommer-engenious
asked this question in
Q&A
Choose Entity
#8905
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi together,
I have a conversation flow which is created with the bot composer. At one point of the conversation I ask the user a yes/no question. After he answered with yes or no I will emit the input to get the entity, which is defined in Luis. yes is an entity and no is also an entity in Luis. Is there a way to do this. In an adaptive dialog I can use the following action:
new EmitEvent()
{
EventName = AdaptiveEvents.ChooseEntity,
EventValue = "conversation.property_123"
}
Regards
Andreas
Beta Was this translation helpful? Give feedback.
All reactions