Share via


BotResponseList Class

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

Implements

public final class BotResponseList
implements JsonSerializable<BotResponseList>

The list of bot service operation response.

Constructor Summary

Constructor Description
BotResponseList()

Creates an instance of BotResponseList class.

Method Summary

Modifier and Type Method and Description
static BotResponseList fromJson(JsonReader jsonReader)

Reads an instance of BotResponseList from the JsonReader.

String nextLink()

Get the nextLink property: The link used to get the next page of bot service resources.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<BotInner> value()

Get the value property: Gets the list of bot service results and their properties.

BotResponseList withNextLink(String nextLink)

Set the nextLink property: The link used to get the next page of bot service resources.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of BotResponseList if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the BotResponseList.

nextLink

public String nextLink()

Get the nextLink property: The link used to get the next page of bot service resources.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

the value 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.

Applies to