Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
DialogNodeContext |
DialogNodeContext.Builder.build()
Builds a DialogNodeContext.
|
DialogNodeContext |
UpdateDialogNode.context()
Gets the context.
|
DialogNodeContext |
CreateDialogNodeOptions.context()
Gets the context.
|
DialogNodeContext |
DialogNode.context()
Gets the context.
|
DialogNodeContext |
UpdateDialogNodeOptions.newContext()
Gets the newContext.
|
Modifier and Type | Method and Description |
---|---|
UpdateDialogNode.Builder |
UpdateDialogNode.Builder.context(DialogNodeContext context)
Set the context.
|
CreateDialogNodeOptions.Builder |
CreateDialogNodeOptions.Builder.context(DialogNodeContext context)
Set the context.
|
DialogNode.Builder |
DialogNode.Builder.context(DialogNodeContext context)
Set the context.
|
UpdateDialogNodeOptions.Builder |
UpdateDialogNodeOptions.Builder.newContext(DialogNodeContext newContext)
Set the newContext.
|
Copyright © 2023 IBM Cloud. All rights reserved.