Class WebSearchFilter
Filters for the search.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class WebSearchFilter
Properties
| Edit this page View SourceAllowedDomains
Optional. Allowed domains for the search.
Declaration
[JsonProperty("allowed_domains")]
public List<string> AllowedDomains { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |