Aimylogic webhook - just-ai/aimybox-android-sdk GitHub Wiki
Aimylogic provides a visual voice skills builder.
It can be used to create voice skills for your Aimybox powered project.
-
Just create a new Aimylogic bot and enable Aimybox channel in the settings.
-
Copy Aimybox webhook URL
-
Paste this webhook URL into custom skill's webhook field
|| Please note that your Aimylogic bot scenario should contain at least one global Intents block with phrases that the user can pronounce
|| User has not to pronounce the same phrases strictly. Aimylogic's NLU can recognise the meaning of phrases and compare them with samples you've provided in your scenario using machine learning algorithms
You can use the same webhook URL obtained from Aimylogic in your assistant's initialisation block:
val dialogApi = AimyboxDialogApi("", unitId, "your Aimybox webhook URL goes here")