Skip to content

Commit 1f29da3

Browse files
authored
Update QuickReplies.md
1 parent 0706460 commit 1f29da3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/QuickReplies.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ These buttons perform a specific action in the app. You can add them by simply p
3333

3434
### Handover Button
3535

36-
- On clicking this button, the visitor will be handed over to another departement. You can set the target department in the app setting called **Target Department for Handover**. Add the following block in your Quick Replies payload, with **actionId** set as `df_perform_handover`, to include this button in your response:
36+
- On clicking this button, the visitor will be handed over to another departement. You can set the target department in the app setting called **Target Department for Handover** or add a `departmentName` param in your payload. On failing to provide a department name in either way, will send a request failure message back to the visitor, when visitor clicks the button.
37+
38+
- Add the following block in your Quick Replies payload, with **actionId** set as `df_perform_handover`, to include this button in your response:
3739

3840
- Parameters:
3941

@@ -79,4 +81,4 @@ These buttons perform a specific action in the app. You can add them by simply p
7981

8082
## Example
8183

82-
![Pre-Programmed Example Payload](https://user-images.githubusercontent.com/41849970/92283593-d5e70a80-ef1d-11ea-8860-e91a4980515f.png)
84+
![Pre-Programmed Example Payload](https://user-images.githubusercontent.com/41849970/92283593-d5e70a80-ef1d-11ea-8860-e91a4980515f.png)

0 commit comments

Comments
 (0)