Interface DialogOptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DialogOption, DialogOption.Builder
@Generated
public interface DialogOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDisplay text for the option.com.google.protobuf.ByteStringDisplay text for the option.getId()Option identifier (submitted value).com.google.protobuf.ByteStringOption identifier (submitted value).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Option identifier (submitted value).
string id = 1;- Returns:
- The bytes for id.
-
getDisplay
String getDisplay()Display text for the option. If empty, the id is used for display.
string display = 2;- Returns:
- The display.
-
getDisplayBytes
com.google.protobuf.ByteString getDisplayBytes()Display text for the option. If empty, the id is used for display.
string display = 2;- Returns:
- The bytes for display.
-