PatternRuleUpdateObject interface
Object model for updating a pattern.
Properties
| id | The pattern ID. |
| intent | The intent's name which the pattern belongs to. |
| pattern | The pattern text. |
Property Details
id
The pattern ID.
id?: string
Property Value
string
intent
The intent's name which the pattern belongs to.
intent?: string
Property Value
string
pattern
The pattern text.
pattern?: string
Property Value
string