次の方法で共有


IQueryUtterancesResults Interface

Definition

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

Properties

Query

Search Query.

Result

Array of utterance results for search query.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to