Interaction Service Impl
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()
public StreamResponse<InteractionSseEvent> createStreaming(InteractionCreateParams params, RequestOptions requestOptions)
@MustBeClosed()
Creates a new interaction.
Link copied to clipboard
public InteractionDeleteResponse delete(String id, InteractionDeleteParams params, RequestOptions requestOptions)
public InteractionDeleteResponse delete(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()
public StreamResponse<InteractionSseEvent> getStreaming(InteractionGetParams params, RequestOptions requestOptions)
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.