Class SearchEntryPoint
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class SearchEntryPoint
Properties
| Edit this page View SourceRenderedContent
Optional. Web content snippet that can be embedded in a web page or an app webview.
Declaration
[JsonProperty("renderedContent")]
public string RenderedContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SdkBlob
Optional. Base64 encoded JSON representing array of <search term, search url> tuple.
Declaration
[JsonProperty("sdkBlob")]
public string SdkBlob { get; set; }
Property Value
| Type | Description |
|---|---|
| string |