Class BotResponseList


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

      • BotResponseList

        public BotResponseList()
    • Method Detail

      • 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.