BotResponseList Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. BotResponseList
- com.
Implements
public final class BotResponseList
implements JsonSerializable<BotResponseList>
The list of bot service operation response.
Constructor Summary
| Constructor | Description |
|---|---|
| BotResponseList() |
Creates an instance of Bot |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Bot |
fromJson(JsonReader jsonReader)
Reads an instance of Bot |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Bot |
value()
Get the value property: Gets the list of bot service results and their properties. |
|
Bot |
withNextLink(String nextLink)
Set the next |
Methods inherited from java.lang.Object
Constructor Details
BotResponseList
public BotResponseList()
Creates an instance of BotResponseList class.
Method Details
fromJson
public static BotResponseList fromJson(JsonReader jsonReader)
Reads an instance of BotResponseList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of bot service resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<BotInner> value()
Get the value property: Gets the list of bot service results and their properties.
Returns:
withNextLink
public BotResponseList withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of bot service resources.
Parameters:
Returns: