Class Environment.Builder

java.lang.Object
com.google.genai.gaos.models.interactions.Environment.Builder
Enclosing class:
Environment

public static final class Environment.Builder extends Object
  • Method Details

    • environmentId

      public Environment.Builder environmentId(@Nullable String environmentId)
      Optional. The environment ID for the interaction. If specified, the request will update the existing environment instead of creating a new one.
    • network

      public Environment.Builder network(@Nullable Network network)
      Network configuration for the environment.
    • sources

      public Environment.Builder sources(@Nullable List<Source> sources)
    • build

      public Environment build()