Interface Bot.UpdateStages.WithProperties

All Known Subinterfaces:
Bot.Update
Enclosing interface:
Bot.UpdateStages

public static interface Bot.UpdateStages.WithProperties
The stage of the Bot update allowing to specify properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the properties property: The set of properties specific to bot resource.
  • Method Details

    • withProperties

      Bot.Update withProperties(BotProperties properties)
      Specifies the properties property: The set of properties specific to bot resource.
      Parameters:
      properties - The set of properties specific to bot resource.
      Returns:
      the next definition stage.