Generic Dialogue Provider Plugin Settings Overview
Introduction
Below an overview of the available settings for the scope GenericDialogueProvider
Attachments
Since Bundle A bundle is a fixed combination of our software platform elements of very specific versions. These are designed and tested to optimally work together to assure their intended function and interoperability. DC2024.02b It is possible to enable send and receive attachments, for instance multimedia messages, with channel Generic through the use of the Generic Dialogue Provider.
Note
Introduced in DC2024.02, but WebAgent could handle attachments since DC2024.02b
Plugin Settings
Setting | Value | Scope | Description |
---|---|---|---|
Id |
Example: 424d4737-ffc6-462f-bc44-4ebea78b35c8 |
GenericDialogueProvider |
The Id of the Generic Dialogue Provider, must be unique. Only one GDP allowed per UCC A Unified Contact Center, or UCC, is a queue of interactions (voice, email, IM, etc.) that are handled by Agents. Each UCC has its own settings, IVR menus and Agents. Agents can belong to one or several UCCs and can have multiple skills (competencies). A UCC can be visualized as a contact center “micro service”. Customers can utilize one UCC (e.g. a global helpdesk), a few UCC’s (e.g. for each department or regional office) or hundreds of UCC’s (e.g. for each bed at a hospital). They are interconnected and can all be managed from one central location. |
Uri |
https://FQDN FDQN stands for Fully Qualified Domain Name and specifies the exact location in the tree hierarchy of the Domain Name System (DNS). An example for [hostname].[domain].[top level domain] is [www].[microsoft].[com]/GenericDialogueProvider Note URL needs to be accessible from the Dialogue Manager to the Generic Dialogue Provider service. Warning Make sure to leave the fqdn to this service configured as a ".local" URL, especially when using multiple UCC services in the same region. If this is not done, the UCC cannot reach the right webserver internally leading to undesired or non-functional WebAgent behavior. |
GenericDialogueProvider |
The Id of the Generic Dialogue Provider, must be unique. Only one GDP allowed per UCC |
AttachmentEnabled |
Boolean: true/false. Default is false. |
GenericDialogueProvider | Allows the API user to upload attachments when true. |
AttachmentMaxFileCount |
Valid values are 1,2,3,4,5,6,7,8,9,10 (max 10). Default is 1. |
GenericDialogueProvider | Indicates the maximum number of files the API user is allowed to upload for one message. |
AttachmentMaxFileSizeInKB |
Minimum of 0 and maximum of 10240 (10 MB). Default is 500. |
GenericDialogueProvider | Indicates the maximum file size in KB the API user is allowed to upload in one action. |
AttachmentAllowedFileTypes |
Example: .txt(new line) .jpg Defaults to : .txt .docx .doc .gif .png .jpeg .jpg' |
GenericDialogueProvider | Indicates the allowed extensions for the files, the API user is allowed to upload. (multiple values separated by newline) |