Package com.google.genai.types
Class ReplayFile.Builder
-
- All Implemented Interfaces:
public abstract class ReplayFile.BuilderBuilder for ReplayFile.
-
-
Constructor Summary
Constructors Constructor Description ReplayFile.Builder()
-
Method Summary
Modifier and Type Method Description abstract ReplayFile.BuilderreplayId(String replayId)Setter for replayId. ReplayFile.BuilderclearReplayId()Clears the value of replayId field. abstract ReplayFile.Builderinteractions(List<ReplayInteraction> interactions)Setter for interactions. ReplayFile.Builderinteractions(Array<ReplayInteraction> interactions)Setter for interactions. ReplayFile.Builderinteractions(Array<ReplayInteraction.Builder> interactionsBuilders)Setter for interactions builder. ReplayFile.BuilderclearInteractions()Clears the value of interactions field. abstract ReplayFilebuild()-
-
Method Detail
-
replayId
abstract ReplayFile.Builder replayId(String replayId)
Setter for replayId.
replayId:
-
clearReplayId
@CanIgnoreReturnValue() ReplayFile.Builder clearReplayId()
Clears the value of replayId field.
-
interactions
abstract ReplayFile.Builder interactions(List<ReplayInteraction> interactions)
Setter for interactions.
interactions:
-
interactions
@CanIgnoreReturnValue() ReplayFile.Builder interactions(Array<ReplayInteraction> interactions)
Setter for interactions.
interactions:
-
interactions
@CanIgnoreReturnValue() ReplayFile.Builder interactions(Array<ReplayInteraction.Builder> interactionsBuilders)
Setter for interactions builder.
interactions:
-
clearInteractions
@CanIgnoreReturnValue() ReplayFile.Builder clearInteractions()
Clears the value of interactions field.
-
build
abstract ReplayFile build()
-
-
-
-