Interface DialogRunCommandActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DialogRunCommandAction, DialogRunCommandAction.Builder

@Generated public interface DialogRunCommandActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The command to run (including the leading /).
    com.google.protobuf.ByteString
    The command to run (including the leading /).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCommand

      String getCommand()
      The command to run (including the leading /).
      
      string command = 1;
      Returns:
      The command.
    • getCommandBytes

      com.google.protobuf.ByteString getCommandBytes()
      The command to run (including the leading /).
      
      string command = 1;
      Returns:
      The bytes for command.