| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Wisdom.Types.ResultData
Description
Synopsis
Documentation
data ResultData Source #
Information about the result.
See: newResultData smart constructor.
Constructors
| ResultData' | |
Instances
Arguments
| :: Document | |
| -> Text | |
| -> ResultData |
Create a value of ResultData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:relevanceScore:ResultData', resultData_relevanceScore - The relevance score of the results.
$sel:document:ResultData', resultData_document - The document.
$sel:resultId:ResultData', resultData_resultId - The identifier of the result data.
resultData_relevanceScore :: Lens' ResultData (Maybe Double) Source #
The relevance score of the results.
resultData_document :: Lens' ResultData Document Source #
The document.
resultData_resultId :: Lens' ResultData Text Source #
The identifier of the result data.