public class Environment
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Environment() |
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 |
getLanguage()
Gets the language.
|
String |
getName()
Gets the name.
|
EnvironmentOrchestration |
getOrchestration()
Gets the orchestration.
|
EnvironmentReleaseReference |
getReleaseReference()
Gets the releaseReference.
|
Long |
getSessionTimeout()
Gets the sessionTimeout.
|
List<SkillReference> |
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 getLanguage()
The language of the environment. An environment is always created with the same language as the assistant it is associated with.
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 EnvironmentReleaseReference getReleaseReference()
An object describing the release that is currently deployed in the environment.
public EnvironmentOrchestration getOrchestration()
The search skill orchestration settings for the environment.
public Long getSessionTimeout()
The session inactivity timeout setting for the environment.
public List<IntegrationReference> getIntegrationReferences()
An array of objects describing the integrations that exist in the environment.
public List<SkillReference> getSkillReferences()
An array of objects describing the skills (such as actions 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 © 2022 IBM Cloud. All rights reserved.