google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.interactions.services.blocking
/
InteractionService
/
createStreaming
create
Streaming
@
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
Interaction
Service.
create
Streaming