IntentPattern Class

Definition

Represents pattern for an intent.

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

Constructors

Name Description
IntentPattern()

Initializes a new instance of the IntentPattern class.

IntentPattern(String, String)

Initializes a new instance of the IntentPattern class.

Properties

Name Description
Intent

Gets or sets the intent.

Pattern

Gets or sets the regex pattern to match.

Regex

Gets the Regex instance.

Applies to