Values.ActionSummarySourceSummary information for an Amazon Q Business plugin action.
type nonrec t = {actionIdentifier : String_.t option;The identifier of an Amazon Q Business plugin action.
*)displayName : String_.t option;The display name assigned by Amazon Q Business to a plugin action. You can't modify this value.
*)instructionExample : String_.t option;An Amazon Q Business suggested prompt and end user can use to invoke a plugin action. This value can be modified and sent as input to initiate an action. For example: Create a Jira task Create a chat assistant task to find the root cause of a specific incident
*)description : String_.t option;The description of an Amazon Q Business plugin action.
*)}