Interface GoogleMaps

Tool to support Google Maps in Model.

interface GoogleMaps {
    authConfig?: AuthConfig;
    enableWidget?: boolean;
}

Properties

authConfig?: AuthConfig

Optional. Auth config for the Google Maps tool.

enableWidget?: boolean

Optional. If true, include the widget context token in the response.