Package | Description |
---|---|
com.sap.cloud.sdk.services.recastai |
Modifier and Type | Method and Description |
---|---|
int |
RecastMessenger.broadcastMessage(ResponseInterface... responseMessages)
broadcasts a message to all conversations
|
NlpResponse |
RecastAnalyzer.getRecastAnalysis(String content,
String language)
gets the analysis of the given sentence and returns an object with the parsed JSON
|
DialogResponse |
RecastDialog.sendInteraction(DialogResponseWrapper dialogResponseWrapper)
Sends a message and awaits a response from the bot, allows more freedom for memory settings
|
DialogResponse |
RecastDialog.sendInteraction(String message,
String conversationId)
Sends a message and awaits a response from the bot
|
int |
RecastMessenger.sendMessage(String conversationId,
ResponseInterface... responseMessages)
Sends an array of Messages to the given conversation
|
Copyright © 2020 SAP SE. All rights reserved.