diff --git a/docs/1.0.0/public-api/index.html b/docs/1.0.0/public-api/index.html index 9a8bc572e..346571ae5 100644 --- a/docs/1.0.0/public-api/index.html +++ b/docs/1.0.0/public-api/index.html @@ -161,11 +161,6 @@

Public API

Sets focus on Conversational Form.
window.ConversationalForm.focus();
- - focus - Sets focus on Conversational Form. -
window.ConversationalForm.focus();
- addRobotChatResponse add a robot reponse, this you would usually do at the end of a process. diff --git a/docs/1.0.0/src/pages/public-api/index.twig b/docs/1.0.0/src/pages/public-api/index.twig index 1d01b9bfe..a06fe9b21 100644 --- a/docs/1.0.0/src/pages/public-api/index.twig +++ b/docs/1.0.0/src/pages/public-api/index.twig @@ -33,11 +33,6 @@ Sets focus on Conversational Form.
window.ConversationalForm.focus();
- - focus - Sets focus on Conversational Form. -
window.ConversationalForm.focus();
- addRobotChatResponse add a robot reponse, this you would usually do at the end of a process.