Uses of Class
com.azure.resourcemanager.appservice.models.QueryUtterancesResult
-
Packages that use QueryUtterancesResult Package Description com.azure.resourcemanager.appservice.models 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 QueryUtterancesResult Modifier and Type Method Description QueryUtterancesResultQueryUtterancesResult. withSampleUtterance(SampleUtterance sampleUtterance)Set the sampleUtterance property: A sample utterance.QueryUtterancesResultQueryUtterancesResult. withScore(Float score)Set the score property: Score of a sample utterance.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type QueryUtterancesResult Modifier and Type Method Description List<QueryUtterancesResult>QueryUtterancesResults. 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 QueryUtterancesResult Modifier and Type Method Description QueryUtterancesResultsQueryUtterancesResults. withResults(List<QueryUtterancesResult> results)Set the results property: Array of utterance results for search query.
-