public class UpdateEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateEnvironmentOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
assistantId()
Gets the assistantId.
|
String |
description()
Gets the description.
|
String |
environmentId()
Gets the environmentId.
|
String |
name()
Gets the name.
|
UpdateEnvironmentOptions.Builder |
newBuilder()
New builder.
|
UpdateEnvironmentOrchestration |
orchestration()
Gets the orchestration.
|
Long |
sessionTimeout()
Gets the sessionTimeout.
|
List<EnvironmentSkill> |
skillReferences()
Gets the skillReferences.
|
public UpdateEnvironmentOptions.Builder newBuilder()
public String assistantId()
Unique identifier of the assistant. To get the **assistant ID** in the watsonx Assistant interface, open the **Assistant settings** page, and scroll to the **Assistant IDs and API details** section and click **View Details**.
public String environmentId()
Unique identifier of the environment. To find the environment ID in the watsonx Assistant user interface, open the environment settings and click **API Details**. **Note:** Currently, the API does not support creating environments.
public String name()
The name of the environment.
public String description()
The description of the environment.
public UpdateEnvironmentOrchestration orchestration()
The search skill orchestration settings for the environment.
public Long sessionTimeout()
The session inactivity timeout setting for the environment (in seconds).
public List<EnvironmentSkill> skillReferences()
An array of objects identifying the skills (such as action and dialog) that exist in the environment.
Copyright © 2025 IBM Cloud. All rights reserved.