public static interface Intent.Message.Card.ButtonOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPostback()
Optional.
|
ByteString |
getPostbackBytes()
Optional.
|
java.lang.String |
getText()
Optional.
|
ByteString |
getTextBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getText()
Optional. The text to show on the button.
string text = 1;ByteString getTextBytes()
Optional. The text to show on the button.
string text = 1;java.lang.String getPostback()
Optional. The text to send back to the Dialogflow API or a URI to open.
string postback = 2;ByteString getPostbackBytes()
Optional. The text to send back to the Dialogflow API or a URI to open.
string postback = 2;