createStreaming

public AsyncStreamResponse<InteractionSseEvent> createStreaming(InteractionCreateParams params)

Creates a new interaction.


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

See also