While going through the documentation for Alexa for Hospitality (AfH), I saw that there was a way to add an optional parameter to rooms. I noticed that this was also available in Alexa for Business (AfB). I suspect AfH is based on AfB. I assume this parameter is passed to the skill when an intent is called.
I have written a custom private skill hosted on my own server using the ASK SDK for Node.js and set it up on one AfH account and one AfB account. Neither seems to allow me to "edit" the skill as described by the AfH and AfB documentation. My best guess is that my skill needs to define the parameter somewhere to allow them to be set in the AfH and AfB consoles. I checked the Alexa Developer Console and didn't find a place to do this. The closest I found was where to define scope, but that requires account linking, which is not available to me at this point.
Does anyone know anything about this? How do I enable the room parameters for Alexa for Hospitality and Alexa for Business?