AI-generated Key Takeaways
-
PutDocumentsRequest encapsulates a request to index documents into an AppSearchClient database.
-
It includes methods to retrieve lists of GenericDocument objects that are part of the request, including those containing taken action metrics.
-
A Builder class is available for constructing PutDocumentsRequest objects.
Encapsulates a request to index documents into an AppSearchClient
database.
Nested Class Summary
Public Method Summary
| List < GenericDocument > | |
| List < GenericDocument > | getTakenActionGenericDocuments
()
Returns a list of
GenericDocument
objects containing taken action metrics that are part of this request. |
Inherited Method Summary
Public Methods
public List < GenericDocument > getGenericDocuments ()
Returns a list of GenericDocument
objects that are part of this request.
public List < GenericDocument > getTakenActionGenericDocuments ()
Returns a list of GenericDocument
objects containing taken action metrics that are part of this request.
See PutDocumentsRequest.Builder.addTakenActionGenericDocuments(GenericDocument)
.

