Uses of Class
com.azure.resourcemanager.appservice.models.QueryUtterancesResult
Packages that use QueryUtterancesResult
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of QueryUtterancesResult in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return QueryUtterancesResultModifier and TypeMethodDescriptionstatic QueryUtterancesResultQueryUtterancesResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryUtterancesResult from the JsonReader.QueryUtterancesResult.withSampleUtterance(SampleUtterance sampleUtterance) Set the sampleUtterance property: A sample utterance.Set the score property: Score of a sample utterance.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type QueryUtterancesResultModifier and TypeMethodDescriptionQueryUtterancesResults.results()Get the results property: Array of utterance results for search query.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type QueryUtterancesResultModifier and TypeMethodDescriptionQueryUtterancesResults.withResults(List<QueryUtterancesResult> results) Set the results property: Array of utterance results for search query.