Megosztás a következőn keresztül:


SampleUtterance Class

Definition

Sample utterance.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SampleUtteranceTypeConverter))]
public class SampleUtterance : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISampleUtterance
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SampleUtteranceTypeConverter))>]
type SampleUtterance = class
    interface ISampleUtterance
    interface IJsonSerializable
Public Class SampleUtterance
Implements ISampleUtterance
Inheritance
SampleUtterance
Attributes
Implements

Constructors

SampleUtterance()

Creates an new SampleUtterance instance.

Properties

Link

Links attribute of sample utterance.

Qid

Question id of sample utterance (for stackoverflow questions titles).

Text

Text attribute of sample utterance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SampleUtterance.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SampleUtterance.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISampleUtterance.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SampleUtterance into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to