Class Web
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class Web
Properties
| Edit this page View SourceTitle
Required. Title of the chunk.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
Required. URI reference of the chunk.
Declaration
[JsonProperty("uri")]
public string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |