Interaction Service
Types
Link copied to clipboard
A view of InteractionService that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
Cancels an interaction by id. This only applies to background interactions that are still running.
Link copied to clipboard
public Interaction create(CreateAgentInteractionParams createAgentInteractionParams, RequestOptions requestOptions)
public Interaction create(CreateModelInteractionParams createModelInteractionParams, RequestOptions requestOptions)
Creates a new interaction.
Link copied to clipboard
@MustBeClosed()
@MustBeClosed()
@MustBeClosed()
@MustBeClosed()
@MustBeClosed()
@MustBeClosed()
@MustBeClosed()
@MustBeClosed()
Creates a new interaction.
Link copied to clipboard
public abstract InteractionDeleteResponse delete(InteractionDeleteParams params, RequestOptions requestOptions)
public InteractionDeleteResponse delete(String id, InteractionDeleteParams params, RequestOptions requestOptions)
Deletes the interaction by id.
Link copied to clipboard
Retrieves the full details of a single interaction based on its Interaction.id.
Link copied to clipboard
@MustBeClosed()
@MustBeClosed()
@MustBeClosed()
@MustBeClosed()
Retrieves the full details of a single interaction based on its Interaction.id.
Link copied to clipboard
Returns a view of this service with the given option modifications applied.
Link copied to clipboard
Returns a view of this service that provides access to raw HTTP responses for each method.