create

Creates a new interaction.


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

See also