Skip to main content

Update plugin config

Use this API to update the flow's plugin configuration

Path Parameters
flowId string REQUIRED
Request Body REQUIRED
field string

Plugin field to configure — one of NLP, SENTIMENT, FUZZY, MODERATION, STT, VOICE.

languageCode string

LanguageType name (e.g. English_US) — required iff field is STT or VOICE (per-language providers); must not be set for other fields.

config object

Provider config to apply — a partial QuestionnairePluginConfig holding only the provider fields for the given field (e.g. nlpProviderConfig for NLP). Required unless remove=true.

remove boolean

If true (only valid for STT/VOICE), un-maps the languageCode's entry instead of setting a config.

Responses
200

OK

Schema OPTIONAL
object