Share via


IntentPattern Class

Definition

Represents pattern for an intent.

public class IntentPattern
type IntentPattern = class
Public Class IntentPattern
Inheritance
IntentPattern

Constructors

IntentPattern()

Initializes a new instance of the IntentPattern class.

IntentPattern(String, String)

Initializes a new instance of the IntentPattern class.

Properties

Intent

Gets or sets the intent.

Pattern

Gets or sets the regex pattern to match.

Regex

Gets the Regex instance.

Applies to