alan-sdk-ios
alan-sdk-ios copied to clipboard
Customization of UI and use case
I have a few questions:
- Is it possible to customize AlanButton look? For example, use my own icon.
- Is it possible to show Dialogue UI in a separate screen so that it would look like a chat UI with questions/commands from the user and answers from the Alan SDK? It seems that Alan's responses can be retrieved in
onCommand handler
. What about user's requests?
Thanks
Hi Sander,
- https://alan.app/docs/usage/button/customization/#changing-the-alan-button-visual-style
- Someone will followup with you on this.
Hi Sander,
To capture what the user says and Alan's response, you can use the onEvent handler: https://alan.app/docs/client-api/methods/event-handler/. You seem to be looking for the parsed and text events.
If you need any help with this, please contact us at [email protected].