diff --git a/solutions/HospitalitySample/skills.json b/solutions/HospitalitySample/skills.json index 04e7f2b916..7a73a41bfd 100644 --- a/solutions/HospitalitySample/skills.json +++ b/solutions/HospitalitySample/skills.json @@ -1,465 +1,2 @@ { - "skills": [ - { - "id": "hospitalitySkill", - "msaAppId": "", - "name": "Hospitality Skill", - "endpoint": "", - "description": "The Hospitality skill provides capabilities that may be needed in a hotel room.", - "authenticationConnections": [], - "actions": [ - { - "id": "hospitalitySkill_checkOut", - "definition": { - "description": "Check out of room", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "Hospitality#CheckOut" - ] - } - ] - } - } - }, - { - "id": "hospitalitySkill_extendStay", - "definition": { - "description": "Extend reseravation for current room.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "Hospitality#ExtendStay" - ] - } - ] - } - } - }, - { - "id": "hospitalitySkill_getReservation", - "definition": { - "description": "Get current reservation details.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "Hospitality#GetReservation" - ] - } - ] - } - } - }, - { - "id": "hospitalitySkill_lateCheckOut", - "definition": { - "description": "Change to late check out.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "Hospitality#LateCheckOut" - ] - } - ] - } - } - }, - { - "id": "hospitalitySkill_requestItem", - "definition": { - "description": "Request items to be brought to your room.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "Hospitality#RequestItem" - ] - } - ] - } - } - }, - { - "id": "hospitalitySkill_roomService", - "definition": { - "description": "Order room service.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "Hospitality#RoomService" - ] - } - ] - } - } - } - ] - }, - { - "id": "restaurantBookingSkill", - "msaAppId": "", - "name": "Restaurant Booking Skill", - "endpoint": "", - "description": "The Restaurant Booking experimental skill provides an example of Restaurant Booking.", - "iconUrl": "", - "authenticationConnections": [], - "actions": [ - { - "id": "restaurantBookingSkill_booking", - "definition": { - "description": "Restaurant Booking", - "slots": [ - { - "name": "name", - "types": [ - "string" - ] - }, - { - "name": "location", - "types": [ - "string" - ] - } - ], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "restaurant#Reservation" - ] - } - ] - } - } - } - ] - }, - { - "id": "newsSkill", - "msaAppId": "", - "name": "News Skill", - "endpoint": "", - "description": "The News experimental skill provides simple retrieval of News from Bing Search.", - "iconUrl": "", - "authenticationConnections": [], - "actions": [ - { - "id": "newsSkill_findArticles", - "definition": { - "description": "Find News articles.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "news#FindArticles" - ] - } - ] - } - } - }, - { - "id": "newsSkill_trendingArticles", - "definition": { - "description": "Show articles currently trending on social media.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "news#TrendingArticles" - ] - } - ] - } - } - }, - { - "id": "newsSkill_setFavoriteTopics", - "definition": { - "description": "Set the user's favorite news topic.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "news#SetFavoriteTopics" - ] - } - ] - } - } - }, - { - "id": "newsSkill_showFavoriteTopics", - "definition": { - "description": "Show news articles of the user's currently set favorite topic.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "news#ShowFavoriteTopics" - ] - } - ] - } - } - } - ] - }, - { - "id": "pointOfInterestSkill", - "msaAppId": "", - "name": "Point Of Interest Skill", - "endpoint": "", - "description": "The Point of Interest skill provides PoI search capabilities leveraging Azure Maps and Foursquare.", - "iconUrl": "", - "authenticationConnections": [], - "actions": [ - { - "id": "poiskill_routeFromXToY", - "definition": { - "description": "Find a route from X to Y", - "slots": [ - { - "name": "location", - "types": [ - "string" - ] - } - ], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "PointOfInterest#NAVIGATION_ROUTE_FROM_X_TO_Y" - ] - } - ] - } - } - }, - { - "id": "poiskill_cancelRoute", - "definition": { - "description": "Cancel an active route.", - "slots": [ - { - "name": "location", - "types": [ - "string" - ] - } - ], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "PointOfInterest#NAVIGATION_CANCEL_ROUTE" - ] - } - ] - } - } - }, - { - "id": "poiskill_findPoI", - "definition": { - "description": "Find a point of interest.", - "slots": [ - { - "name": "location", - "types": [ - "string" - ] - } - ], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "PointOfInterest#NAVIGATION_FIND_POINTOFINTEREST" - ] - } - ] - } - } - }, - { - "id": "poiskill_findParking", - "definition": { - "description": "Find parking", - "slots": [ - { - "name": "location", - "types": [ - "string" - ] - } - ], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "PointOfInterest#NAVIGATION_FIND_PARKING" - ] - } - ] - } - } - } - ] - }, - { - "id": "WeatherSkill", - "msaAppId": "", - "name": "WeatherSkill", - "endpoint": "", - "description": "The weather skill provides an example of displaying the current weather using AccuWeather.", - "authenticationConnections": [], - "actions": [ - { - "id": "WeatherSkill_getForecast", - "definition": { - "description": "Showing the weather forecast.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "WeatherSkill#GetForecast" - ] - } - ] - } - } - } - ] - }, - { - "id": "eventSkill", - "msaAppId": "", - "name": "Event Skill", - "endpoint": "", - "description": "The Event experimental skill uses the Eventbrite API to retrieve local event information.", - "authenticationConnections": [], - "actions": [ - { - "id": "EventSkill_getEvents", - "definition": { - "description": "Finds events happening in the area today.", - "slots": [ - { - "name": "location", - "types": [ - "string" - ] - } - ], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "Event#GetEvents" - ] - } - ] - } - } - } - ] - }, - { - "id": "BingSearchSkill", - "msaAppId": "", - "name": "BingSearchSkill", - "endpoint": "", - "description": "", - "authenticationConnections": [], - "actions": [ - { - "id": "BingSearchSkill_GetCelebrityInfo", - "definition": { - "description": "Get celebrity info.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "BingSearchSkill#GetCelebrityInfo" - ] - } - ] - } - } - }, - { - "id": "BingSearchSkill_SearchMovieInfo", - "definition": { - "description": "Search movie info.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "BingSearchSkill#SearchMovieInfo" - ] - } - ] - } - } - }, - { - "id": "BingSearchSkill_QueryQna", - "definition": { - "description": "Query Qna.", - "slots": [], - "triggers": { - "utteranceSources": [ - { - "locale": "en", - "source": [ - "BingSearchSkill#QueryQna" - ] - } - ] - } - } - } - ] - } - ] } \ No newline at end of file