Package-level declarations
Functions
Link copied to clipboard
fun createAiAssistant(context: Context, documentsDescriptors: List<DocumentDescriptor>, serverUrl: String, sessionId: String, jwtToken: (List<String>) -> String): ERROR CLASS: Symbol not found for AiAssistant
Factory method to create an instance of the AiAssistant.
Link copied to clipboard
fun createAiAssistantForInstant(context: Context, instantServerUrl: String, documentLayerJwts: List<String>, aiAssistantServerUrl: String, sessionId: String, jwtToken: (List<String>) -> String): ERROR CLASS: Symbol not found for AiAssistant
Factory method to create an instance of the AiAssistant for Instant documents.
Link copied to clipboard
Shows the AI Assistant dialog in the provided FragmentActivity.