Class FindAction
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class FindAction : WebSearchAction
Properties
| Edit this page View SourcePattern
Required. The pattern or text to search for within the page.
Declaration
[JsonProperty("pattern")]
public string Pattern { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Required. The URL of the page searched for the pattern.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |