DocumentSuggestionActions
DocumentSuggestionActions
In this article
|
Note
This component was introduced in version |
The document suggestion action creators.
See Dispatch Actions.
DocumentSuggestionActionCreators
fetchDocumentSuggestions
Retrieves the document suggestions from the platform. Document suggestions are retrieved based on the case information entered so far.
Returns AsyncThunkAction<FetchDocumentSuggestionsThunkReturn, void, AsyncThunkCaseAssistOptions<StateNeededByFetchDocumentSuggestions>>
: A dispatchable action.
Was this article useful?
Thanks for your feedback!