Interface DialogSuggestCommandActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DialogSuggestCommandAction, DialogSuggestCommandAction.Builder
@Generated
public interface DialogSuggestCommandActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe command to suggest.com.google.protobuf.ByteStringThe command to suggest.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
-
getCommand
-
getCommandBytes
com.google.protobuf.ByteString getCommandBytes()The command to suggest.
string command = 1;- Returns:
- The bytes for command.
-