public class Environment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getAssistantId()
Gets the assistantId.
|
Date |
getCreated()
Gets the created.
|
String |
getDescription()
Gets the description.
|
String |
getEnvironment()
Gets the environment.
|
String |
getEnvironmentId()
Gets the environmentId.
|
List<IntegrationReference> |
getIntegrationReferences()
Gets the integrationReferences.
|
String |
getName()
Gets the name.
|
BaseEnvironmentOrchestration |
getOrchestration()
Gets the orchestration.
|
BaseEnvironmentReleaseReference |
getReleaseReference()
Gets the releaseReference.
|
Long |
getSessionTimeout()
Gets the sessionTimeout.
|
List<EnvironmentSkill> |
getSkillReferences()
Gets the skillReferences.
|
Date |
getUpdated()
Gets the updated.
|
public String getName()
The name of the environment.
public String getDescription()
The description of the environment.
public String getAssistantId()
The assistant ID of the assistant the environment is associated with.
public String getEnvironmentId()
The environment ID of the environment.
public String getEnvironment()
The type of the environment. All environments other than the `draft` and `live` environments have the type `staging`.
public BaseEnvironmentReleaseReference getReleaseReference()
An object describing the release that is currently deployed in the environment.
public BaseEnvironmentOrchestration getOrchestration()
The search skill orchestration settings for the environment.
public Long getSessionTimeout()
The session inactivity timeout setting for the environment (in seconds).
public List<IntegrationReference> getIntegrationReferences()
An array of objects describing the integrations that exist in the environment.
public List<EnvironmentSkill> getSkillReferences()
An array of objects identifying the skills (such as action and dialog) that exist in the environment.
public Date getCreated()
The timestamp for creation of the object.
public Date getUpdated()
The timestamp for the most recent update to the object.
Copyright © 2024 IBM Cloud. All rights reserved.