autoResponseAPI
This object contains all the APIs associated with the auto-response experience. For a guide, see Auto-Response API.
Removes parameters from the list of parameters. This method must be called after the onEmbeddedMessagingReady
event is dispatched.
Parameter | Type | Description |
---|---|---|
First parameter | Array of strings | Array of strings containing the parameters to be removed from the auto response data. |
Adds parameters to the list of parameters. These parameters are passed to the auto-response component in Salesforce. This method must be called after the onEmbeddedMessagingReady
event is dispatched.
Parameter | Type | Description |
---|---|---|
First parameter | object | A list of key-value pairs contains the parameter names and their values. |