get
Returns a raw HTTP response for get /{api_version}/interactions/{id}, but is otherwise the same as InteractionServiceAsync.get.
public CompletableFuture<HttpResponseFor<Interaction>> get(String id, InteractionGetParams params, RequestOptions requestOptions)
public abstract CompletableFuture<HttpResponseFor<Interaction>> get(InteractionGetParams params, RequestOptions requestOptions)
public CompletableFuture<HttpResponseFor<Interaction>> get(String id, RequestOptions requestOptions)