public class DeleteSessionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteSessionOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
assistantId |
protected java.lang.String |
sessionId |
Modifier | Constructor and Description |
---|---|
protected |
DeleteSessionOptions(DeleteSessionOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
assistantId()
Gets the assistantId.
|
DeleteSessionOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
sessionId()
Gets the sessionId.
|
protected java.lang.String assistantId
protected java.lang.String sessionId
protected DeleteSessionOptions(DeleteSessionOptions.Builder builder)
public DeleteSessionOptions.Builder newBuilder()
public java.lang.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 java.lang.String sessionId()
Unique identifier of the session.