Interface | Description |
---|---|
ResponseInterface |
Each type of response fulfils this interface.
|
Class | Description |
---|---|
Button |
This button extends the slimbutton allowing to set the type to POSTBACK, WEB_URL or PHONE_NUMBER.
|
ButtonCollection<B extends SlimButton> |
Collects buttons to be included in a Response and allows to set a title.
|
ButtonResponse |
Represents all different types of button responses.
|
CardContent |
This class wraps around the content of a card to be included in a Response.
|
CardResponse |
Outermost wrapper for a Card to be send to a conversation.
|
CarouselResponse |
This class is the outermost wrapper for a carousel response to be sent to a conversation.
|
ConversationUpdate |
Class that wraps around Recast Memory.
|
ListContent |
This class wraps around a list of Card Contents and buttons to be send to a conversation.
|
ListResponse |
This is the outermost wrapper for a list to be sent to a conversation.
|
MediaResponse |
This class wraps around a URL to send a picture or video to a conversation.
|
SlimButton |
This is the simplest button to be sent and only allows postback type.
|
TextResponse |
This is the simplest response to be send.
|
VideoResponse |
This class wraps around an URL linking to a video to be send to a conversation.
|
Enum | Description |
---|---|
ButtonType |
Buttons can react in three ways upon getting clicked on: Postback sends a message.
|
Copyright © 2020 SAP SE. All rights reserved.