QueryUtterancesResults Class

Definition

Suggested utterances where the detector can be applicable

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

Constructors

QueryUtterancesResults()

Creates an new QueryUtterancesResults instance.

Properties

Query

Search Query.

Result

Array of utterance results for search query.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryUtterancesResults.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryUtterancesResults.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryUtterancesResults into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to