| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
ResultData |
ResultData.clone() |
ResultData |
ResultData.withDocument(Document document)
The document.
|
ResultData |
ResultData.withRelevanceScore(Double relevanceScore)
The relevance score of the results.
|
ResultData |
ResultData.withResultId(String resultId)
The identifier of the result data.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultData> |
QueryAssistantResult.getResults()
The results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
QueryAssistantResult |
QueryAssistantResult.withResults(ResultData... results)
The results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryAssistantResult.setResults(Collection<ResultData> results)
The results of the query.
|
QueryAssistantResult |
QueryAssistantResult.withResults(Collection<ResultData> results)
The results of the query.
|
Copyright © 2023. All rights reserved.