Interface SearchEntryPoint

The entry point used to search for grounding sources.

interface SearchEntryPoint {
    renderedContent?: string;
    sdkBlob?: string;
}

Properties

renderedContent?: string

Optional. Web content snippet that can be embedded in a web page or an app webview.

sdkBlob?: string

Optional. JSON representing array of tuples.

Encoded as base64 string.