BotUser

Represents a bot user in the API.

  • email
    Type: string
    required

    Email address of the bot user.

  • id
    Type: string
    required

    Unique identifier for this bot user.

  • firstName
    Type: null | string

    First name of the bot user.

  • fullName
    Type: null | string

    Full display name (combination of first and last name).

  • lastName
    Type: null | string

    Last name of the bot user.