Interface Bot.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    Specifies the tags property: Resource tags..
  • Method Details

    • withTags

      Bot.Update withTags(Map<String,String> tags)
      Specifies the tags property: Resource tags..
      Parameters:
      tags - Resource tags.
      Returns:
      the next definition stage.