Interface DialogSingleOptionInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DialogSingleOptionInput, DialogSingleOptionInput.Builder
@Generated
public interface DialogSingleOptionInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the initially selected option.com.google.protobuf.ByteStringID of the initially selected option.getKey()Identifier used when submitting the dialog.com.google.protobuf.ByteStringIdentifier used when submitting the dialog.getLabel()Display label for the dropdown.com.google.protobuf.ByteStringDisplay label for the dropdown.booleanWhether to show the label.getOptions(int index) Available options to choose from.intAvailable options to choose from.Available options to choose from.getOptionsOrBuilder(int index) Available options to choose from.List<? extends DialogOptionOrBuilder> Available options to choose from.intgetWidth()Display width in pixels.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
-
getKey
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()Identifier used when submitting the dialog.
string key = 1;- Returns:
- The bytes for key.
-
getLabel
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()Display label for the dropdown.
string label = 2;- Returns:
- The bytes for label.
-
getLabelVisible
boolean getLabelVisible()Whether to show the label. Default: true.
bool label_visible = 3;- Returns:
- The labelVisible.
-
getWidth
int getWidth()Display width in pixels. Range: 1-1024, default: 200.
int32 width = 4;- Returns:
- The width.
-
getOptionsList
List<DialogOption> getOptionsList()Available options to choose from.
repeated .soulfire.v1.DialogOption options = 5; -
getOptions
Available options to choose from.
repeated .soulfire.v1.DialogOption options = 5; -
getOptionsCount
int getOptionsCount()Available options to choose from.
repeated .soulfire.v1.DialogOption options = 5; -
getOptionsOrBuilderList
List<? extends DialogOptionOrBuilder> getOptionsOrBuilderList()Available options to choose from.
repeated .soulfire.v1.DialogOption options = 5; -
getOptionsOrBuilder
Available options to choose from.
repeated .soulfire.v1.DialogOption options = 5; -
getInitialOptionId
String getInitialOptionId()ID of the initially selected option.
string initial_option_id = 6;- Returns:
- The initialOptionId.
-
getInitialOptionIdBytes
com.google.protobuf.ByteString getInitialOptionIdBytes()ID of the initially selected option.
string initial_option_id = 6;- Returns:
- The bytes for initialOptionId.
-