public static interface Intent.Message.RbmSuggestedReplyOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getPostbackDataBytes()
Opaque payload that the Dialogflow receives in a user event
when the user taps the suggested reply.
|
String |
getText()
Suggested reply text.
|
com.google.protobuf.ByteString |
getTextBytes()
Suggested reply text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
Suggested reply text.
string text = 1;com.google.protobuf.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;com.google.protobuf.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 © 2023 Google LLC. All rights reserved.