IContentProvider
in
This interface defines methods to implement a content provider
Tags
Table of Contents
Methods
- getAppId() : string
- The ID of the app making the provider avaialble
- getId() : string
- The ID of the provider
- getItemUrl() : string
- The absolute URL to the content item
- triggerInitialImport() : void
- Starts the initial import of content items into context chat
Methods
getAppId()
The ID of the app making the provider avaialble
public
getAppId() : string
Tags
Return values
stringgetId()
The ID of the provider
public
getId() : string
Tags
Return values
stringgetItemUrl()
The absolute URL to the content item
public
getItemUrl(string $id) : string
Parameters
- $id : string
Tags
Return values
stringtriggerInitialImport()
Starts the initial import of content items into context chat
public
triggerInitialImport() : void