Class SearchAction
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class SearchAction : WebSearchAction
Properties
| Edit this page View SourceQuery
Required. The search query.
Declaration
[JsonProperty("query")]
public string Query { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sources
Optional. The sources used in the search.
Declaration
[JsonProperty("sources")]
public List<UrlSearchSource> Sources { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UrlSearchSource> |