Class CitationLocation.WebLocation
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class CitationLocation.WebLocation
Properties
| Edit this page View SourceDomain
Optional. The domain that was cited when performing a web search.
Declaration
[JsonProperty("domain")]
public string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Optional. The URL that was cited when performing a web search.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |