Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(webchat): added bot info page to webchat #537

Merged
merged 2 commits into from
Sep 14, 2022
Merged

Conversation

michaelmass
Copy link
Contributor

No description provided.

/**
* Enables the bot's information page in the webchat
*/
showBotInfoPage?: boolean
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the other configuration options relate to the bot's behavior, while all those properties are purely informational. What do you think about grouping them together? Ex:

// or botInfo to be consistent
infoPage: {
  enabled: boolean
  website: string
...etc
}

@michaelmass michaelmass merged commit bff1b2f into master Sep 14, 2022
@michaelmass michaelmass deleted the mm-bot-info branch September 14, 2022 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants