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
Some of the prompts break if user uploads an attachment instead of responding with text because of some of the string methods that get called on activity.text (which doesn't exist if an attachment is sent).
See parent PR: #2246
Description
Some of the prompts break if user uploads an attachment instead of responding with text because of some of the
string
methods that get called onactivity.text
(which doesn't exist if an attachment is sent).Specific Changes
Add some variation of
to:
I also renamed
message
toutterance
to be more in line with other prompts.The original issue was only for DatetimePrompt, but I added the other two. Other prompts didn't seem relevant for this.
Changed projects
The text was updated successfully, but these errors were encountered: