Create Actions from Named Queries
Create Custom Actions Using Apex InvocableMethod
Get Started
Lightning Types
Provide Global Copy to Action Responses
Cite Agent Responses with Apex
Enhance the chat response experience by creating custom Lightning types. Use these types to override the default user interface with your own Lightning web components to create a branded, interactive experience. You can override the default UI only for agent actions that use Apex classes as input or output.
For example, here’s one way that you can enhance the agent action output UI with custom Lightning types.
| The default UI for output in an agent action | The customized UI for output in an agent action |
|---|---|
![]() | ![]() |
See Also