QueryUtterancesResults Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. QueryUtterancesResults
- com.
Implements
public final class QueryUtterancesResults
implements JsonSerializable<QueryUtterancesResults>
Suggested utterances where the detector can be applicable.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
| String |
query()
Get the query property: Search Query. |
|
List<Query |
results()
Get the results property: Array of utterance results for search query. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static QueryUtterancesResults fromJson(JsonReader jsonReader)
Reads an instance of QueryUtterancesResults from the JsonReader.
Parameters:
Returns:
Throws:
query
public String query()
Get the query property: Search Query.
Returns:
results
public List<QueryUtterancesResult> results()
Get the results property: Array of utterance results for search query.
Returns:
toJson
validate
public void validate()
Validates the instance.