List of available settings

Configuration settings and what they do

Found under Account > Bot > Settings

Setting

Description

Available to bot

active

When checked, your bot is active and will respond. When unchecked, your bot will be paused and no longer respond to any user. Can be set/read from API.

No

language

2-letter ISO 639-1 default language for your bot. Used by Bot CMS.

Yes.
bot.settings["language"]
{{bot._settings.language}}

timezone

Timezone from Olson database. Used for active hours. Can be used for meya.schedule and other time components.

Yes.
bot.settings["timezone"]
{{bot._settings.timezone}}

public

Whether or not other accounts can clone your bot.

No

username

The unique slug name for your bot. Can be viewed at https://meya.ai/{username}

No

name

Descriptive name for you bot

No

image

Image URL used as avatar for your bot in Meya admin and studio. Used by Meya Web and test chat as well.

No

description

Internal descripton for your bot.

No

active_hours

Set of hours which determine what times of day your bot responds to users. See docs.

No

Setting screenshots

1866

Main settings

1854

Bot-scope settings

1866

Time settings