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.
| Field | Type | Required | Description |
|---|---|---|---|
action_run_id |
Optional[str] | ➖ | Unique identifier for this actionRun recommendation event. |
action_instance_id |
Optional[str] | ➖ | The ID of the action instance that will be invoked. |
action_id |
Optional[str] | ➖ | The ID of the associated action. |
parameters |
Dict[str, str] | ➖ | Map of assistant predicted parameters and their corresponding values. |
recommendation_text |
Optional[str] | ➖ | Text to be displayed to the user when recommending the action instance. |
action_label |
Optional[str] | ➖ | The label to be used when displaying a button to execute this action instance. |
user_confirmation_required |
Optional[bool] | ➖ | Whether user confirmation is needed before executing this action instance. |