ChatTranscriptDetailsProperties 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.
Describes the properties of a Chat Transcript Details resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ChatTranscriptDetailsPropertiesTypeConverter))]
public class ChatTranscriptDetailsProperties : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IChatTranscriptDetailsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ChatTranscriptDetailsPropertiesTypeConverter))>]
type ChatTranscriptDetailsProperties = class
interface IChatTranscriptDetailsProperties
interface IJsonSerializable
Public Class ChatTranscriptDetailsProperties
Implements IChatTranscriptDetailsProperties
- Inheritance
-
ChatTranscriptDetailsProperties
- Attributes
- Implements
Constructors
ChatTranscriptDetailsProperties() |
Creates an new ChatTranscriptDetailsProperties instance. |
Properties
Message |
List of chat transcript communication resources. |
StartTime |
Time in UTC (ISO 8601 format) when the chat began. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ChatTranscriptDetailsProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ChatTranscriptDetailsProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IChatTranscriptDetailsProperties. |
FromJsonString(String) |
Creates a new instance of ChatTranscriptDetailsProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ChatTranscriptDetailsProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |