public final class QueryUtterancesResults extends Object
| Constructor and Description |
|---|
QueryUtterancesResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
query()
Get the query property: Search Query.
|
List<QueryUtterancesResult> |
results()
Get the results property: Array of utterance results for search query.
|
void |
validate()
Validates the instance.
|
QueryUtterancesResults |
withQuery(String query)
Set the query property: Search Query.
|
QueryUtterancesResults |
withResults(List<QueryUtterancesResult> results)
Set the results property: Array of utterance results for search query.
|
public String query()
public QueryUtterancesResults withQuery(String query)
query - the query value to set.public List<QueryUtterancesResult> results()
public QueryUtterancesResults withResults(List<QueryUtterancesResult> results)
results - the results value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.