PatternRule Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PatternRule
- com.
public class PatternRule
Pattern.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
intent()
Get the intent value. |
String |
pattern()
Get the pattern value. |
Pattern |
withIntent(String intent)
Set the intent value. |
Pattern |
withPattern(String pattern)
Set the pattern value. |
Method Details
intent
public String intent()
Get the intent value.
Returns:
the intent value
pattern
public String pattern()
Get the pattern value.
Returns:
the pattern value
withIntent
public PatternRule withIntent(String intent)
Set the intent value.
Parameters:
intent
- the intent value to set
Returns:
the PatternRule object itself.
withPattern
public PatternRule withPattern(String pattern)
Set the pattern value.
Parameters:
pattern
- the pattern value to set
Returns:
the PatternRule object itself.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java