public static class DeleteSessionOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String assistantId,
String sessionId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteSessionOptions.Builder |
assistantId(String assistantId)
Set the assistantId.
|
DeleteSessionOptions |
build()
Builds a DeleteSessionOptions.
|
DeleteSessionOptions.Builder |
sessionId(String sessionId)
Set the sessionId.
|
public DeleteSessionOptions build()
public DeleteSessionOptions.Builder assistantId(String assistantId)
assistantId - the assistantIdpublic DeleteSessionOptions.Builder sessionId(String sessionId)
sessionId - the sessionIdCopyright © 2022 IBM Cloud. All rights reserved.