botName top-level property

ConfigVariable<String> botName
final

The human-friendly name to use for non-authentication-related recordings by this automation tool, such as Git commit metadata.

Defaults to "cli_pkg".

Implementation

final botName = InternalConfigVariable.fn<String>(() => "cli_pkg");