Skip to content

Unable to override the name the same way we can override the avatar #138

@oussa

Description

@oussa

I looked everywhere in the documentation and tried everything and couldn't find a way to dynamically be able to set a different name in the flow in Cognigy and have it reflected in the WebChat UI. I am working on a Merge Request now to make this possible.

I expect that when I set the following 2 parameters that I would get a different avatar and name of the bot:

{
  "_webchat": {
    "botAvatarOverrideUrl": "https://placecats.com/200/200",
    "botAvatarNameOverride": "Bob"
  }
}

However currently only the avatar override is possible, and there is so far no parameter to set to override the bot name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions