getCompletionRequest abstract method
Return the completion request that should be passes to the contributors returned from getCompletionContributors.
Throw a RequestFailure if the request could not be created.
Implementation
Future<CompletionRequest> getCompletionRequest(
CompletionGetSuggestionsParams parameters);