You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This url should not include session ids or require anything specific parameters to be generated.
206
210
211
+
### Optional Configuration options
212
+
213
+
#### Browser window behaviour
214
+
By default the chat session would open in an a separate browser window. An additional value can be added to the yaml entry that will allow the web chat to remain in the current browser window.
215
+
```yaml
216
+
open_url_redirect: true
217
+
```
218
+
#### Payload format
219
+
220
+
The default response from the api as used by HMRC webchat provider is JSONP. To add a provider that responds using JSON the following entry needs to be added.
0 commit comments