public static interface Intent.Message.RbmSuggestedReplyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPostbackData()
Opaque payload that the Dialogflow receives in a user event
when the user taps the suggested reply.
|
ByteString |
getPostbackDataBytes()
Opaque payload that the Dialogflow receives in a user event
when the user taps the suggested reply.
|
String |
getText()
Suggested reply text.
|
ByteString |
getTextBytes()
Suggested reply text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getText()
Suggested reply text.
string text = 1;
ByteString getTextBytes()
Suggested reply text.
string text = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.