Updates the phrases, the state and the name of the phraselist feature in a version of the application.
Supports noop? false
Parameters
app_id(Optional[String[1]])
— The application ID.
version_id(Optional[String[1]])
— The version ID.
phraselist_id(Optional[String[1]])
— The ID of the feature to be updated.
phraselist_update_object(Optional[String[1]])
— The new values for: - Just a boolean called IsActive, in which case the status of the feature will be changed. - Name, Pattern, Mode, and a boolean called IsActive to update the feature.
phrases(Optional[String[1]])
— List of comma-separated phrases that represent the Phraselist.
name(Optional[String[1]])
— The Phraselist name.
isactive(Optional[String[1]])
— Indicates if the Phraselist is enabled.
isexchangeable(Optional[String[1]])
— An exchangeable phrase list feature are serves as single feature to the LUIS underlying training algorithm. It is used as a lexicon lookup feature where its value is 1 if the lexicon contains a given word or 0 if it doesn’t. Think of an exchangeable as a synonyms list. A non-exchangeable phrase list feature has all the phrases in the list serve as separate features to the underlying training algorithm. So, if you your phrase list feature contains 5 phrases, they will be mapped to 5 separate features. You can think of the non-exchangeable phrase list feature as an additional bag of words that you are willing to add to LUIS existing vocabulary features. Think of a non-exchangeable as set of different words. Default value is true.