Skip to content

Commit

Permalink
Merge pull request #437 from Cognigy/bug/69329-fix-agent-avatar-name
Browse files Browse the repository at this point in the history
Improve description for avatar related embedding settings
  • Loading branch information
sushmi21 authored Jul 5, 2024
2 parents 1568622 + ec784d9 commit 4d4e5ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ See it in action:
| title | string | `""` | The text that will be shown as header title of the Webchat |
| logoUrl | string | `""` | The Logo shown in the header of the Webchat |
| useOtherAgentLogo | boolean | `false` | Enables setting specific names and logos for bot and agent avatars. By default title and logoUrl will be used for the avatars. |
| botAvatarName | string | `""` | Name for the AI Agent avatar which will be displayed above each AI Agent message. |
| botLogoUrl | string | `""` | AI Agent avatar which will be displayed above each AI Agent message. Recommended img size: 28px x 28px |
| agentAvatarName | string | `""` | Name for the Human Agent avatar which will be displayed above each Human Agent message |
| agentLogoUrl | string | `""` | Human Agent avatar which will be displayed above each Human Agent message. Recommended img size: 28px x 28px |
| botAvatarName | string | `""` | Name for the AI Agent avatar which will be displayed above each AI Agent message. Please note that specified name will be used for the AI Agent avatar, only if 'useOtherAgentLogo' is set to 'true'.|
| botLogoUrl | string | `""` | AI Agent avatar which will be displayed above each AI Agent message. Recommended img size: 28px x 28px. Please note that specified avatar will be used for the AI Agent, only if 'useOtherAgentLogo' is set to 'true'. |
| agentAvatarName | string | `""` | Name for the Human Agent avatar which will be displayed above each Human Agent message. Please note that specified name will be used for the Human Agent avatar, only if 'useOtherAgentLogo' is set to 'true'. |
| agentLogoUrl | string | `""` | Human Agent avatar which will be displayed above each Human Agent message. Recommended img size: 28px x 28px. Please note that specified avatar will be used for the Human Agent, only if 'useOtherAgentLogo' is set to 'true'. |
| inputAutogrowMaxRows | number | `4` | Maximum Number of Input Rows |
| enableInputCollation | boolean | `false` | If enabled, messages will be combined into a single message, dependent on the time set with `inputCollationTimeout` |
| inputCollationTimeout | number | `1000` | timeout value for input collation |
Expand Down

0 comments on commit 4d4e5ee

Please sign in to comment.