After adding the CanFullfilIntentRequest interface, my skill now fails to build. In the UI if I turn off the CanFullfilIntentRequest interface it build again. Here is the Interface i've added:
{ "type": "CAN_FULFILL_INTENT_REQUEST" }
And here is the CLI error I get:
Call update-model error. Error code: 500 { "message": "Internal Server Error." }
The error I get using the UI is :
Operation Failed
The attempted operation has returned an unspecified error.
The CanFullfilIntentRequest looks pretty straightforward, so not clear what I'm doing wrong. Any insight would be appreciated.
Regards,
-Chip