You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: The properties panel of Dialog cancelled event shows "Unsupported field schema for field Main#.trigger".
2. AskingQuestionsSample
Bug: In the help LG template, the number should be 01-07 instead of 01-04
3. InterruptionSample
Bug: the LG templates with suggestions do not work as expected.
- Hello, I'm the interruption demo bot! \n \[Suggestions=Get started | Reset profile]
Tested in Emulator:
Expected behavior:
Should have real suggested options displayed as buttons.
4. RespondingWithTextSample
Bug: Choose 1. SimpleText and 3. TextWithLG output same result because SimpleText references TextWithLG template. What does TextWithLG mean? Does it mean LGComposition? It is confusing.
Proposed solution:
Delete TextWithLG template and define SimpleText template as follows:
# SimpleText
- Hi, this is simple text
- Hey, this is simple text
- Hello, this is simple text
This definition is to show that any defined simple text in this template will be picked by random.
The text was updated successfully, but these errors were encountered:
Here are a few bugs I found in current Composer samples.
1. ControllingConveresationFlowSample
Bug: The properties panel of
Dialog cancelled
event shows "Unsupported field schema for field Main#.trigger".2. AskingQuestionsSample
Bug: In the
help
LG template, the number should be01-07
instead of01-04
3. InterruptionSample
Bug: the LG templates with suggestions do not work as expected.
- Hello, I'm the interruption demo bot! \n \[Suggestions=Get started | Reset profile]
Tested in Emulator:
Expected behavior:
Should have real suggested options displayed as buttons.
4. RespondingWithTextSample
Bug: Choose
1. SimpleText
and3. TextWithLG
output same result becauseSimpleText
referencesTextWithLG
template. What doesTextWithLG
mean? Does it meanLGComposition
? It is confusing.Proposed solution:
Delete
TextWithLG
template and defineSimpleText
template as follows:This definition is to show that any defined simple text in this template will be picked by random.
The text was updated successfully, but these errors were encountered: