Uses of Class
com.oracle.database.selectai.model.ConversationPrompt.Builder
Packages that use ConversationPrompt.Builder
Package
Description
Typed configuration, request, and value models used by the Select AI Java
API.
-
Uses of ConversationPrompt.Builder in com.oracle.database.selectai.model
Methods in com.oracle.database.selectai.model that return ConversationPrompt.BuilderModifier and TypeMethodDescriptionstatic ConversationPrompt.BuilderConversationPrompt.builder()Creates a builder for conversation prompt metadata.ConversationPrompt.Builder.clientIdentifier(String clientIdentifier) Sets the database client identifier captured with the prompt.Sets the client IP address captured by the database.ConversationPrompt.Builder.conversationId(String conversationId) Sets the conversation identifier associated with the prompt.ConversationPrompt.Builder.conversationPromptId(String conversationPromptId) Sets the conversation prompt identifier.ConversationPrompt.Builder.conversationTitle(String conversationTitle) Sets the conversation title captured with the prompt row.Sets the prompt row creation timestamp.Sets the prompt row modification timestamp.ConversationPrompt.Builder.profileName(String profileName) Sets the Select AI profile used for the prompt.Sets the prompt text.ConversationPrompt.Builder.promptAction(String promptAction) Sets the prompt action.ConversationPrompt.Builder.promptResponse(String promptResponse) Sets the prompt response text.ConversationPrompt.Builder.serialNumber(Long serialNumber) Sets the database session serial number.Sets the database session identifier.