BotResponseList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of bot service operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.BotResponseListTypeConverter))]
public class BotResponseList : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotResponseList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.BotResponseListTypeConverter))>]
type BotResponseList = class
interface IBotResponseList
interface IJsonSerializable
Public Class BotResponseList
Implements IBotResponseList
- Inheritance
-
BotResponseList
- Attributes
- Implements
Constructors
BotResponseList() |
Creates an new BotResponseList instance. |
Properties
NextLink |
The link used to get the next page of bot service resources. |
Value |
Gets the list of bot service results and their properties. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BotResponseList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BotResponseList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotResponseList. |
FromJsonString(String) |
Creates a new instance of BotResponseList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BotResponseList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |