Uses of Interface
com.oracle.database.selectai.Conversation
Packages that use Conversation
Package
Description
Public API for using Oracle Select AI from Java applications.
-
Uses of Conversation in com.oracle.database.selectai
Methods in com.oracle.database.selectai that return ConversationModifier and TypeMethodDescriptionSelectAI.conversation(ConversationAttributes conversationAttributes) Creates aConversationobject initialized with supplied attributes.SelectAI.conversation(String conversationId) Opens aConversationobject for an existing conversation by ID.Methods in com.oracle.database.selectai that return types with arguments of type ConversationModifier and TypeMethodDescriptionSelectAI.listConversations()Lists conversations visible in the current schema.Methods in com.oracle.database.selectai with parameters of type ConversationModifier and TypeMethodDescriptionProfile.chatSession(Conversation conversation) Starts a Select AI chat session using the supplied conversation.Profile.chatSession(Conversation conversation, boolean deleteOnClose) Starts a Select AI chat session using the supplied conversation.