Class GetInteractionByIdRequest
java.lang.Object
com.google.genai.gaos.models.operations.GetInteractionByIdRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.builder()booleaninthashCode()id()The unique identifier of the interaction to retrieve.Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Optional.stream()If set to true, the generated content will be streamed incrementally.toString()withApiVersion(String apiVersion) Which version of the API to use.The unique identifier of the interaction to retrieve.withIncludeInput(Boolean includeInput) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.withLastEventId(String lastEventId) Optional.withStream(Boolean stream) If set to true, the generated content will be streamed incrementally.
-
Constructor Details
-
GetInteractionByIdRequest
-
GetInteractionByIdRequest
-
-
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. -
builder
-
withApiVersion
Which version of the API to use. -
withId
The unique identifier of the interaction to retrieve. -
withIncludeInput
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. -
withLastEventId
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. -
withStream
If set to true, the generated content will be streamed incrementally. -
equals
-
hashCode
public int hashCode() -
toString
-