public static interface Intent.Message.Card.ButtonOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPostback()
Optional.
|
ByteString |
getPostbackBytes()
Optional.
|
String |
getText()
Optional.
|
ByteString |
getTextBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
Copyright © 2022 Google LLC. All rights reserved.