Class Environment
java.lang.Object
com.google.genai.gaos.models.interactions.Environment
Environment
Configuration for a custom environment.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Environment.Builderbuilder()Optional.booleaninthashCode()network()Network configuration for the environment.sources()toString()type()withEnvironmentId(String environmentId) Optional.withNetwork(Network network) Network configuration for the environment.withSources(List<Source> sources)
-
Constructor Details
-
Environment
-
Environment
public Environment()
-
-
Method Details
-
environmentId
Optional. The environment ID for the interaction. If specified, the request will update the existing environment instead of creating a new one. -
network
Network configuration for the environment. -
sources
-
type
-
builder
-
withEnvironmentId
Optional. The environment ID for the interaction. If specified, the request will update the existing environment instead of creating a new one. -
withNetwork
Network configuration for the environment. -
withSources
-
equals
-
hashCode
public int hashCode() -
toString
-