We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arriving at this story :
I have this error :
meaning that the if condition here :
is not respected, as it is going in the "else" (and thus having an error by checking the len() ), althought the text is an instance of I18nText
The text was updated successfully, but these errors were encountered:
fix #23 with_text method is useless
0b303ee
Signed-off-by: Erwan LE BESCOND <[email protected]>
@charlesmarchand I think the with_text method is a mistake. I deleted it
For your need it would be necessary to do this
bus.send("sentence1") bus.send("sentence2") bus.send(Sentence.Builder("sentence3") .add_suggestion("suggestion") .build())
Sorry, something went wrong.
Hi @elebescond , Yes no problem, I thought we were restricted to only one bus.send() per story ending, but I was wrong :)
elebescond
No branches or pull requests
Arriving at this story :
I have this error :
meaning that the if condition here :
is not respected, as it is going in the "else" (and thus having an error by checking the len() ), althought the text is an instance of I18nText
The text was updated successfully, but these errors were encountered: