-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Unable to perform PAUSE operation in directline 3 CONTAINERMODE #128
Comments
@codeforequity-at Please help to update on the issue. |
What about this ? Should immediately assert the Statement1 response, then wait up to 40 seconds for the Statement2
|
A better place to ask such question is the Botium Forum https://forum.botium.ai/ |
This is about validating the proactive message of chatbot through botium. If we are in some workflow and chatbot is expecting some input through user side, and user has responded within 1 min. Then chatbot will send the proactive message. So I need to validate the proactive messages through botium. Tried the below steps but got failed. #me #bot #me #bot #bot #bot Getting below error:- Please help to resolve this. |
Thanks for your response, sure will post in Forum too. |
Hi Team,
I want to validate 2 bot responses, second response is coming after sometime. How to validate the second response.
I am using the "CONTAINERMODE": "directline3". Where 2nd response is coming max by 1 min.
I am using the PAUSE statement in below ways, but not working:-
Way :- 1
#bot
Statement1.
PAUSE 40000
Statement2.
Way :- 2
#bot
Statement1.
PAUSE 40000
#bot
Statement2.
I have used waitforbot logic hook also but it is not working.
#bot
Statement1.
WAITFORBOT 40000
Statement2.
Way :- 2
#bot
Statement1.
WAITFORBOT 40000
#bot
Statement2.
How to overcome this issue, please suggest.
The text was updated successfully, but these errors were encountered: