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