await client.TypeBots.CreateAsync<object>(new TypeBotRequest
{
InstanceId = "VZ...",
InstanceToken = "instance-token",
Enabled = true,
Description = "Support bot",
TypebotUrl = "https://app.typebot.io",
PublicId = "my-bot",
TriggerType = "keyword",
TriggerOperator = "equals",
TriggerValue = "start",
Priority = 1,
ExpireInMinutes = 60,
KeywordFinish = "exit",
DefaultDelayMs = 1000,
UnknownMessage = "I did not understand your message.",
ListenFromMe = false,
StopBotFromMe = true,
KeepOpen = false,
DebounceMs = 500,
IgnoreGroups = true,
TranscribeAudio = false,
});