你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LuisApp Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. LuisApp
- com.
public class LuisApp
Exported Model - An exported LUIS Application.
Method Summary
Method Details
additionalProperties
public Map
Get the additionalProperties value.
Returns:
closedLists
public List
Get the closedLists value.
Returns:
composites
public List
Get the composites value.
Returns:
culture
public String culture()
Get the culture value.
Returns:
desc
public String desc()
Get the desc value.
Returns:
entities
public List
Get the entities value.
Returns:
hierarchicals
public List
Get the hierarchicals value.
Returns:
intents
public List
Get the intents value.
Returns:
name
public String name()
Get the name value.
Returns:
patternAnyEntities
public List
Get the patternAnyEntities value.
Returns:
patterns
public List
Get the patterns value.
Returns:
phraselists
public List
Get the phraselists value.
Returns:
prebuiltEntities
public List
Get the prebuiltEntities value.
Returns:
regexEntities
public List
Get the regexEntities value.
Returns:
regexFeatures
public List
Get the regexFeatures value.
Returns:
utterances
public List
Get the utterances value.
Returns:
versionId
public String versionId()
Get the versionId value.
Returns:
withAdditionalProperties
public LuisApp withAdditionalProperties(Map
Set the additionalProperties value.
Parameters:
Returns:
withClosedLists
public LuisApp withClosedLists(List
Set the closedLists value.
Parameters:
Returns:
withComposites
public LuisApp withComposites(List
Set the composites value.
Parameters:
Returns:
withCulture
public LuisApp withCulture(String culture)
Set the culture value.
Parameters:
Returns:
withDesc
public LuisApp withDesc(String desc)
Set the desc value.
Parameters:
Returns:
withEntities
public LuisApp withEntities(List
Set the entities value.
Parameters:
Returns:
withHierarchicals
public LuisApp withHierarchicals(List
Set the hierarchicals value.
Parameters:
Returns:
withIntents
public LuisApp withIntents(List
Set the intents value.
Parameters:
Returns:
withName
public LuisApp withName(String name)
Set the name value.
Parameters:
Returns:
withPatternAnyEntities
public LuisApp withPatternAnyEntities(List
Set the patternAnyEntities value.
Parameters:
Returns:
withPatterns
public LuisApp withPatterns(List
Set the patterns value.
Parameters:
Returns:
withPhraselists
public LuisApp withPhraselists(List
Set the phraselists value.
Parameters:
Returns:
withPrebuiltEntities
public LuisApp withPrebuiltEntities(List
Set the prebuiltEntities value.
Parameters:
Returns:
withRegexEntities
public LuisApp withRegexEntities(List
Set the regexEntities value.
Parameters:
Returns:
withRegexFeatures
public LuisApp withRegexFeatures(List
Set the regexFeatures value.
Parameters:
Returns:
withUtterances
public LuisApp withUtterances(List
Set the utterances value.
Parameters:
Returns:
withVersionId
public LuisApp withVersionId(String versionId)
Set the versionId value.
Parameters:
Returns: