create

Creates a new interaction.


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

See also