Agentic Interface activation¶
To start a dialog session with the Agentic Interface, you need to activate it in the app. You can do it in the following ways:
Click or tap the Agentic Interface button displayed on top of the app UI.
Use the activate() method of the Alan AI SDK to activate the Agentic Interface programmatically.
[For voice Agentic Interfaces] Use the wake word. Make sure the wake word option is enabled for your Agentic Interface project.
To deactivate the Agentic Interface and stop the dialog session, do either of the following:
Click or tap the Agentic Interface button
Use the deactivate() method of the Alan AI SDK to deactivate the Agentic Interface programmatically
[For voice Agentic Interfaces] Say one of the following phrases:
Thanks Alan
Thank you Alan
Alan thank you
Alan thanks
Stop Alan
Alan stop
Note
You can deactivate the Agentic Interface with voice only while Alan AI is listening to you. If you say one of the above phrases while Alan AI is saying something, the Agentic Interface will not be deactivated.