The Show AI Assistant Dynamic Action in Oracle APEX triggers the display of the AI Assistant
interface. To customize the first message users see:
Welcome Message: This attribute in the Property Editor defines the initial text displayed when the AI
Assistant appears. Setting it to "How may I help you today?" ensures this exact phrase greets users,
enhancing user experience by setting a friendly tone. It’s a static, developer-defined string, distinct
from AI-generated responses.
Initial Prompt: This attribute defines the starting input or context sent to the AI model, not the visible
message shown to users. It’s typically hidden and used to guide the AI’s behavior (e.g., "Act as a
support agent").
AI Assistant Name: This sets the assistant’s identity (e.g., "Alex"), displayed in the UI, but it’s not the
greeting message.
This configuration is critical for branding or guiding user interaction from the outset, and it’s
adjustable per dynamic action instance, offering flexibility across pages.
Reference: Oracle APEX 23.2 Documentation - "Show AI Assistant Dynamic Action" under Dynamic
Actions.