public class AIOutputContext extends Object implements Serializable
| Constructor and Description |
|---|
AIOutputContext() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLifespan()
Lifespan of the context measured in requests
|
String |
getName() |
Map<String,com.google.gson.JsonElement> |
getParameters() |
void |
setLifespan(Integer lifespan)
Lifespan of the context measured in requests
|
void |
setName(String name) |
void |
setParameters(Map<String,com.google.gson.JsonElement> parameters) |
public String getName()
public void setName(String name)
public Integer getLifespan()
public void setLifespan(Integer lifespan)
lifespan - count of requests context will liveCopyright © 2016. All rights reserved.