QueryUtterancesResult 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.
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. |