Class GetInteractionByIdRequest.Builder
java.lang.Object
com.google.genai.gaos.models.operations.GetInteractionByIdRequest.Builder
- Enclosing class:
- GetInteractionByIdRequest
-
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) Which version of the API to use.build()The unique identifier of the interaction to retrieve.includeInput(Boolean includeInput) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.lastEventId(String lastEventId) Optional.If set to true, the generated content will be streamed incrementally.
-
Method Details
-
apiVersion
Which version of the API to use. -
id
The unique identifier of the interaction to retrieve. -
includeInput
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.If set to true, includes the input in the response. -
lastEventId
Optional. If set, resumes the interaction stream from the next chunk after the event marked by the event id. Can only be used if `stream` is true. -
stream
If set to true, the generated content will be streamed incrementally. -
build
-