Interface Intent.Message.RbmSuggestedReplyOrBuilder (4.47.0)

public static interface Intent.Message.RbmSuggestedReplyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for postbackData.

getText()

public abstract String getText()

Suggested reply text.

string text = 1;

Returns
TypeDescription
String

The text.

getTextBytes()

public abstract ByteString getTextBytes()

Suggested reply text.

string text = 1;

Returns
TypeDescription
ByteString

The bytes for text.