Leggere in inglese

Condividi tramite


QueryUtterancesResults Class

Definition

Suggested utterances where the detector can be applicable

C#
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.QueryUtterancesResultsTypeConverter))]
public class QueryUtterancesResults : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IQueryUtterancesResults
Inheritance
QueryUtterancesResults
Attributes
Implements

Constructors

Name Description
QueryUtterancesResults()

Creates an new QueryUtterancesResults instance.

Properties

Name Description
Query

Search Query.

Result

Array of utterance results for search query.

Methods

Name Description
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