Uses of Class
com.azure.resourcemanager.appservice.models.QueryUtterancesResults
-
Packages that use QueryUtterancesResults Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 QueryUtterancesResults Modifier and Type Method Description QueryUtterancesResultsDetectorResponseInner. suggestedUtterances()Get the suggestedUtterances property: Suggested utterances where the detector can be applicable.QueryUtterancesResultsDetectorResponseProperties. 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 QueryUtterancesResults Modifier and Type Method Description DetectorResponseInnerDetectorResponseInner. withSuggestedUtterances(QueryUtterancesResults suggestedUtterances)Set the suggestedUtterances property: Suggested utterances where the detector can be applicable.DetectorResponsePropertiesDetectorResponseProperties. withSuggestedUtterances(QueryUtterancesResults suggestedUtterances)Set the suggestedUtterances property: Suggested utterances where the detector can be applicable. -
Uses of QueryUtterancesResults in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return QueryUtterancesResults Modifier and Type Method Description QueryUtterancesResultsQueryUtterancesResults. withQuery(String query)Set the query property: Search Query.QueryUtterancesResultsQueryUtterancesResults. withResults(List<QueryUtterancesResult> results)Set the results property: Array of utterance results for search query.
-