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
/
get
get
public
Interaction
get
(
String
id
)
Retrieves the full details of a single interaction based on its
Interaction.id
.
public
Interaction
get
(
String
id
,
InteractionGetParams
params
,
RequestOptions
requestOptions
)
public
Interaction
get
(
String
id
,
InteractionGetParams
params
)
public
abstract
Interaction
get
(
InteractionGetParams
params
,
RequestOptions
requestOptions
)
public
Interaction
get
(
InteractionGetParams
params
)
public
Interaction
get
(
String
id
,
RequestOptions
requestOptions
)
See also
Interaction
Service.
get