createStreaming

@MustBeClosed()
public StreamResponse<InteractionSseEvent> createStreaming(InteractionCreateParams params)

Creates a new interaction.


@MustBeClosed()
public abstract StreamResponse<InteractionSseEvent> createStreaming(InteractionCreateParams params, RequestOptions requestOptions)
@MustBeClosed()
public StreamResponse<InteractionSseEvent> createStreaming(InteractionCreateParams.Body body, RequestOptions requestOptions)
@MustBeClosed()
public StreamResponse<InteractionSseEvent> createStreaming(InteractionCreateParams.Body body)
@MustBeClosed()
public StreamResponse<InteractionSseEvent> createStreaming(CreateModelInteractionParams createModelInteractionParams, RequestOptions requestOptions)
@MustBeClosed()
public StreamResponse<InteractionSseEvent> createStreaming(CreateModelInteractionParams createModelInteractionParams)
@MustBeClosed()
public StreamResponse<InteractionSseEvent> createStreaming(CreateAgentInteractionParams createAgentInteractionParams, RequestOptions requestOptions)
@MustBeClosed()
public StreamResponse<InteractionSseEvent> createStreaming(CreateAgentInteractionParams createAgentInteractionParams)

See also