Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 3.04 KB

File metadata and controls

16 lines (12 loc) · 3.04 KB

FollowupAction

A follow-up action that can be invoked by the user after a response. The action parameters are not included and need to be predicted/filled separately.

Fields

Field Type Required Description
actionRunId Optional<String> Unique identifier for this actionRun recommendation event.
actionInstanceId Optional<String> The ID of the action instance that will be invoked.
actionId Optional<String> The ID of the associated action.
parameters Map<String, String> Map of assistant predicted parameters and their corresponding values.
recommendationText Optional<String> Text to be displayed to the user when recommending the action instance.
actionLabel Optional<String> The label to be used when displaying a button to execute this action instance.
userConfirmationRequired Optional<Boolean> Whether user confirmation is needed before executing this action instance.