Package-level declarations
Types
Link copied to clipboard
interface AiAssistant
Interface defining the contract for an AI Assistant. This interface declares the methods that any AI Assistant implementation must provide.
Link copied to clipboard
interface AiAssistantNavigationListener
Callback listener for navigation to document from AI Assistant Dialog
Link copied to clipboard
This interface should be used to pass AiAssistant instance to the library.
Functions
Link copied to clipboard
fun standaloneAiAssistant(context: Context, aiAssistantConfiguration: AiAssistantConfiguration, listOfDocumentIdentifiers: List<DocumentIdentifiers>): AiAssistant
Factory function to create an instance of the AiAssistant.