Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Orbita provides built-in slots for you to use the most generic slots/entities such as city names, country names, and so on.
For example, the ORBITA.COLOR can be used to use values like "red" or "blue" in the utterance. Refer, https://orbita.atlassian.net/wiki/spaces/OCS/pages/1091666192/3.2.3+Intents+Utterances+Slots+List#Using-slots-in-intents

Orbita derived these system slots from Amazon’s skill kit.

You can always create your own custom slots as the need arise. Refer, https://orbita.atlassian.net/wiki/spaces/OCS/pages/1091666192/3.2.3+Intents+Utterances+Slots+List#Creating-a-custom-slot

Each NLP will have a list of entities/slots for the same user expressions.
For example, Alexa has AMAZON.Color and Google Dialogflow has @sys.color for the same slot values such as red, green, etc.

List Mapping provides you access to map the Alexa slots with Google Dialog flow’s entities.

Go to the Global Settings and User Profile menu > List Mapping

You can now map the Alexa slots with Google Dialog flow’s entities.

  • No labels