@Beta public class Conversation extends Object
Constructor and Description |
---|
Conversation() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The id of the current conversation
|
String |
getLanguage()
The language of the current conversation
|
Map<String,Object> |
getMemory()
The memory of your bot for the current conversation
|
String |
getSkill()
The slug of the current skill is returned.
|
Integer |
getSkillOccurences()
The slug of the current skill
|
@Nullable public String getId()
@Nullable public String getLanguage()
@Nullable public Map<String,Object> getMemory()
@Nullable public String getSkill()
Copyright © 2020 SAP SE. All rights reserved.