Interface DialogDynamicRunCommandActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DialogDynamicRunCommandAction, DialogDynamicRunCommandAction.Builder
@Generated
public interface DialogDynamicRunCommandActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCommand template with placeholders for input values.com.google.protobuf.ByteStringCommand template with placeholders for input values.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
-
getTemplate
String getTemplate()Command template with placeholders for input values. Placeholders are replaced with user input before execution.
string template = 1;- Returns:
- The template.
-
getTemplateBytes
com.google.protobuf.ByteString getTemplateBytes()Command template with placeholders for input values. Placeholders are replaced with user input before execution.
string template = 1;- Returns:
- The bytes for template.
-