public static class DialogNodeContext.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
DialogNodeContext.Builder |
add(String name,
Object value)
Add an arbitrary property.
|
DialogNodeContext |
build()
Builds a DialogNodeContext.
|
DialogNodeContext.Builder |
integrations(Map<String,Map<String,Object>> integrations)
Set the integrations.
|
public DialogNodeContext build()
public DialogNodeContext.Builder integrations(Map<String,Map<String,Object>> integrations)
integrations
- the integrationspublic DialogNodeContext.Builder add(String name, Object value)
name
- the name of the property to addvalue
- the value of the property to addCopyright © 2023 IBM Cloud. All rights reserved.