Uses of Class
com.azure.resourcemanager.appservice.models.SampleUtterance
-
Packages that use SampleUtterance Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of SampleUtterance in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SampleUtterance Modifier and Type Method Description SampleUtteranceQueryUtterancesResult. sampleUtterance()Get the sampleUtterance property: A sample utterance.SampleUtteranceSampleUtterance. withLinks(List<String> links)Set the links property: Links attribute of sample utterance.SampleUtteranceSampleUtterance. withQid(String qid)Set the qid property: Question id of sample utterance (for stackoverflow questions titles).SampleUtteranceSampleUtterance. withText(String text)Set the text property: Text attribute of sample utterance.Methods in com.azure.resourcemanager.appservice.models with parameters of type SampleUtterance Modifier and Type Method Description QueryUtterancesResultQueryUtterancesResult. withSampleUtterance(SampleUtterance sampleUtterance)Set the sampleUtterance property: A sample utterance.
-