public class GetEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetEnvironmentOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
assistantId()
Gets the assistantId.
|
String |
environmentId()
Gets the environmentId.
|
Boolean |
includeAudit()
Gets the includeAudit.
|
GetEnvironmentOptions.Builder |
newBuilder()
New builder.
|
public GetEnvironmentOptions.Builder newBuilder()
public String assistantId()
Unique identifier of the assistant. To find the assistant ID in the Watson Assistant user interface, open the assistant settings and click **API Details**. For information about creating assistants, see the [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-assistant-add#assistant-add-task).
**Note:** Currently, the v2 API does not support creating assistants.
public String environmentId()
Unique identifier of the environment. To find the environment ID in the Watson Assistant user interface, open the environment settings and click **API Details**. **Note:** Currently, the API does not support creating environments.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2022 IBM Cloud. All rights reserved.