Interface DialogShowDialogActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DialogShowDialogAction, DialogShowDialogAction.Builder
@Generated
public interface DialogShowDialogActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDialog ID to show (references a registered dialog).com.google.protobuf.ByteStringDialog ID to show (references a registered dialog).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
-
getDialogId
String getDialogId()Dialog ID to show (references a registered dialog).
string dialog_id = 1;- Returns:
- The dialogId.
-
getDialogIdBytes
com.google.protobuf.ByteString getDialogIdBytes()Dialog ID to show (references a registered dialog).
string dialog_id = 1;- Returns:
- The bytes for dialogId.
-