Interface Bot.UpdateStages.WithKind

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

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

    Modifier and Type
    Method
    Description
    withKind(Kind kind)
    Specifies the kind property: Required.
  • Method Details

    • withKind

      Bot.Update withKind(Kind kind)
      Specifies the kind property: Required. Gets or sets the Kind of the resource..
      Parameters:
      kind - Required. Gets or sets the Kind of the resource.
      Returns:
      the next definition stage.