Uses of Class
com.azure.resourcemanager.appservice.models.QueryUtterancesResults
Packages that use QueryUtterancesResults
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of QueryUtterancesResults in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return QueryUtterancesResultsModifier and TypeMethodDescriptionDetectorResponseInner.suggestedUtterances()Get the suggestedUtterances property: Suggested utterances where the detector can be applicable.DetectorResponseProperties.suggestedUtterances()Get the suggestedUtterances property: Suggested utterances where the detector can be applicable.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type QueryUtterancesResultsModifier and TypeMethodDescriptionDetectorResponseInner.withSuggestedUtterances(QueryUtterancesResults suggestedUtterances) Set the suggestedUtterances property: Suggested utterances where the detector can be applicable.DetectorResponseProperties.withSuggestedUtterances(QueryUtterancesResults suggestedUtterances) Set the suggestedUtterances property: Suggested utterances where the detector can be applicable. -
Uses of QueryUtterancesResults in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type QueryUtterancesResultsModifier and TypeClassDescriptionfinal classSuggested utterances where the detector can be applicable.Methods in com.azure.resourcemanager.appservice.models that return QueryUtterancesResultsModifier and TypeMethodDescriptionstatic QueryUtterancesResultsQueryUtterancesResults.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryUtterancesResults from the JsonReader.Set the query property: Search Query.QueryUtterancesResults.withResults(List<QueryUtterancesResult> results) Set the results property: Array of utterance results for search query.