public static interface Intent.Message.RbmSuggestedReplyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPostbackData()
public abstract String getPostbackData()Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.
string postback_data = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The postbackData. |
getPostbackDataBytes()
public abstract ByteString getPostbackDataBytes()Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.
string postback_data = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for postbackData. |
getText()
public abstract String getText()Suggested reply text.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The text. |
getTextBytes()
public abstract ByteString getTextBytes()Suggested reply text.
string text = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for text. |