Agents
List attached dictionaries
Returns all speech-recognition dictionaries currently attached to the agent. The summary shape does not include description or terms.
GET
List attached dictionaries
Previous
Replace the agent's attached dictionariesIdempotent set-replace: overwrites the agent's entire dictionary set with `dictionary_ids`. Duplicate ids are deduped silently. Every id must exist and belong to the calling partner, else the whole request fails with `VALIDATION_ERROR`. The combined `char_count` across the resulting set must be at most 10,000 characters; otherwise the request fails with `DICTIONARY_CHAR_LIMIT_EXCEEDED`. Pass `[]` to detach all dictionaries. The swap is wrapped in a transaction -- the attached set is never briefly partial.
Next
List attached dictionaries