UserVoice

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
domainstringtruefalse
api_keystringtruefalse

Example

1{
2 "name": "UserVoice connection",
3 "type": "uservoice",
4 "configuration": {
5 "api_key": "secret",
6 "domain": "polytomic"
7 }
8}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
stream_idstringObjecttruefalse

Example

1{
2 ...
3 "configuration": {
4 "stream_id": "suggestions"
5 }
6}

Target

UserVoice connections may be used as the destination in a model sync.