Share via


PatternRuleInfo interface

Pattern rule

Properties

id

The pattern ID.

intent

The intent's name where the pattern belongs to.

pattern

The pattern text.

Property Details

id

The pattern ID.

id?: string

Property Value

string

intent

The intent's name where the pattern belongs to.

intent?: string

Property Value

string

pattern

The pattern text.

pattern?: string

Property Value

string