| Package | Description |
|---|---|
| ai.api.model |
| Modifier and Type | Method and Description |
|---|---|
AIOutputContext |
Result.getContext(String name) |
AIOutputContext |
Fulfillment.getContext(String name)
Get context object by its name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AIOutputContext> |
Fulfillment.getContextOut()
Get list of context objects set after intent completion.
|
List<AIOutputContext> |
Result.getContexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Fulfillment.setContextOut(AIOutputContext... contextOut)
Set sequence of context objects set after intent completion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Fulfillment.setContextOut(List<AIOutputContext> contextOut)
Set list of context objects set after intent completion.
|
Copyright © 2017. All rights reserved.