Skip to content

Commit

Permalink
# Adding note to advanced sample action
Browse files Browse the repository at this point in the history
  • Loading branch information
maurok committed Jun 1, 2017
1 parent 191f940 commit 11dc079
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Microsoft.Cognitive.LUIS.ActionBinding;
using Newtonsoft.Json;

// This sample were added to showcase support to Custom List Entities - default JSON model does not have it
// This sample were added to showcase support to Custom List Entities

// Refer to 'List Entities' @ https://docs.microsoft.com/en-us/azure/cognitive-services/luis/add-entities

Expand All @@ -15,6 +15,8 @@
// 'Alternative' enum - or just can simply create your custom list entity,
// intent and update the intent binding here and custom name/type at fields

// Note: The provided LUIS app @ LUIS_MODEL.json does not have an intent related to it

public enum Alternative
{
// default (ie. empty choice)
Expand Down

0 comments on commit 11dc079

Please sign in to comment.