Compartilhar via


ChatTranscriptsListResult Class

Definition

Collection of Chat Transcripts resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ChatTranscriptsListResultTypeConverter))]
public class ChatTranscriptsListResult : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IChatTranscriptsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ChatTranscriptsListResultTypeConverter))>]
type ChatTranscriptsListResult = class
    interface IChatTranscriptsListResult
    interface IJsonSerializable
Public Class ChatTranscriptsListResult
Implements IChatTranscriptsListResult
Inheritance
ChatTranscriptsListResult
Attributes
Implements

Constructors

ChatTranscriptsListResult()

Creates an new ChatTranscriptsListResult instance.

Properties

NextLink

The URI to fetch the next page of Chat Transcripts resources.

Value

List of Chat Transcripts resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ChatTranscriptsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ChatTranscriptsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IChatTranscriptsListResult.

FromJsonString(String)

Creates a new instance of ChatTranscriptsListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ChatTranscriptsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to