create

public CompletableFuture<HttpResponseFor<Interaction>> create(InteractionCreateParams params)

Returns a raw HTTP response for post /{api_version}/interactions, but is otherwise the same as InteractionServiceAsync.create.


public abstract CompletableFuture<HttpResponseFor<Interaction>> create(InteractionCreateParams params, RequestOptions requestOptions)
public CompletableFuture<HttpResponseFor<Interaction>> create(InteractionCreateParams.Body body, RequestOptions requestOptions)
public CompletableFuture<HttpResponseFor<Interaction>> create(CreateModelInteractionParams createModelInteractionParams, RequestOptions requestOptions)
public CompletableFuture<HttpResponseFor<Interaction>> create(CreateModelInteractionParams createModelInteractionParams)
public CompletableFuture<HttpResponseFor<Interaction>> create(CreateAgentInteractionParams createAgentInteractionParams, RequestOptions requestOptions)
public CompletableFuture<HttpResponseFor<Interaction>> create(CreateAgentInteractionParams createAgentInteractionParams)

See also