Set dialog settings for accepting or dismissing dialogs.
cURL
curl --request POST \ --url https://api.simplex.sh/set_dialog_settings \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "accept": true, "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "succeeded": true }
Simplex API Key
Whether to accept or dismiss dialogs.
The ID of the session to connect to.
Set dialog settings response
Indicates if the action succeeded.
true
Was this page helpful?