Interface Bot.DefinitionStages.WithProperties

All Known Subinterfaces:
Bot.Definition, Bot.DefinitionStages.WithCreate
Enclosing interface:
Bot.DefinitionStages

public static interface Bot.DefinitionStages.WithProperties
The stage of the Bot definition allowing to specify properties.
  • Method Details

    • withProperties

      Bot.DefinitionStages.WithCreate 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.