Update plugin config
Use this API to update the flow's plugin configuration
| Path Parameters |
|---|
flowId string — REQUIRED |
| Request Body — REQUIRED |
|---|
field stringPlugin field to configure — one of NLP, SENTIMENT, FUZZY, MODERATION, STT, VOICE. |
languageCode stringLanguageType name (e.g. English_US) — required iff field is STT or VOICE (per-language providers); must not be set for other fields. |
config objectProvider 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 booleanIf true (only valid for STT/VOICE), un-maps the languageCode's entry instead of setting a config. |
| Responses | ||
|---|---|---|
200OK
|