type Config struct {
// Whether Talk integration is enabled. Enabled bool `toml:"enabled"`
// The Talk webhook URL, can be obtained by adding Incoming Webhook integration. URL string `toml:"url"`
// The default authorName, can be overridden per alert. AuthorName string `toml:"author_name"`
}