Uses of Class
com.google.genai.gaos.models.operations.GetInteractionByIdRequest
Packages that use GetInteractionByIdRequest
Package
Description
-
Uses of GetInteractionByIdRequest in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type GetInteractionByIdRequestModifier and TypeMethodDescriptionAsyncInteractions.get(GetInteractionByIdRequest request) Retrieving an interactionAsyncInteractions.get(GetInteractionByIdRequest request, Options options) Retrieving an interactionInteractions.get(GetInteractionByIdRequest request) Retrieving an interactionInteractions.get(GetInteractionByIdRequest request, Options options) Retrieving an interaction -
Uses of GetInteractionByIdRequest in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return GetInteractionByIdRequestModifier and TypeMethodDescriptionGetInteractionByIdRequest.Builder.build()GetInteractionByIdRequest.withApiVersion(String apiVersion) Which version of the API to use.The unique identifier of the interaction to retrieve.GetInteractionByIdRequest.withIncludeInput(Boolean includeInput) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.GetInteractionByIdRequest.withLastEventId(String lastEventId) Optional.GetInteractionByIdRequest.withStream(Boolean stream) If set to true, the generated content will be streamed incrementally.Methods in com.google.genai.gaos.models.operations with parameters of type GetInteractionByIdRequestModifier and TypeMethodDescriptionGetInteractionByIdRequestBuilder.request(GetInteractionByIdRequest request) -
Uses of GetInteractionByIdRequest in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type GetInteractionByIdRequestModifier and TypeMethodDescriptionGetInteractionByIdRequestBuilder.request(GetInteractionByIdRequest request) -
Uses of GetInteractionByIdRequest in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations with parameters of type GetInteractionByIdRequestModifier and TypeMethodDescriptionGetInteractionById.Async.doRequest(GetInteractionByIdRequest request) GetInteractionById.Sync.doRequest(GetInteractionByIdRequest request)