BotAnalyzerStatus

sealed class BotAnalyzerStatus

The status of the bot analysis execution.

Valid values include:

  • Processing

  • Available

  • Failed

  • Stopping

  • Stopped

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : BotAnalyzerStatus
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String