次の方法で共有


QueryUtterancesResult Class

Definition

Result for utterances query.

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

Constructors

QueryUtterancesResult()

Creates an new QueryUtterancesResult instance.

Properties

SampleUtteranceLink

Links attribute of sample utterance.

SampleUtteranceQid

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

SampleUtteranceText

Text attribute of sample utterance.

Score

Score of a sample utterance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryUtterancesResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryUtterancesResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryUtterancesResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to