Class BotResponseList

java.lang.Object
com.azure.resourcemanager.botservice.models.BotResponseList

public final class BotResponseList extends Object
The list of bot service operation response.
  • Constructor Details

    • BotResponseList

      public BotResponseList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of bot service resources.
      Returns:
      the nextLink value.
    • withNextLink

      public BotResponseList withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of bot service resources.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the BotResponseList object itself.
    • value

      public List<BotInner> value()
      Get the value property: Gets the list of bot service results and their properties.
      Returns:
      the value value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.