Interface DialogInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DialogInput, DialogInput.Builder
@Generated
public interface DialogInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBoolean checkbox input.Boolean checkbox input.Slider for selecting a number in a range.Slider for selecting a number in a range.Dropdown/combo box for selecting one option.Dropdown/combo box for selecting one option.getText()Text input field (single or multi-line).Text input field (single or multi-line).booleanBoolean checkbox input.booleanSlider for selecting a number in a range.booleanDropdown/combo box for selecting one option.booleanhasText()Text input field (single or multi-line).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
-
hasText
boolean hasText()Text input field (single or multi-line).
.soulfire.v1.DialogTextInput text = 1;- Returns:
- Whether the text field is set.
-
getText
DialogTextInput getText()Text input field (single or multi-line).
.soulfire.v1.DialogTextInput text = 1;- Returns:
- The text.
-
getTextOrBuilder
DialogTextInputOrBuilder getTextOrBuilder()Text input field (single or multi-line).
.soulfire.v1.DialogTextInput text = 1; -
hasBoolean
boolean hasBoolean()Boolean checkbox input.
.soulfire.v1.DialogBooleanInput boolean = 2;- Returns:
- Whether the boolean field is set.
-
getBoolean
DialogBooleanInput getBoolean()Boolean checkbox input.
.soulfire.v1.DialogBooleanInput boolean = 2;- Returns:
- The boolean.
-
getBooleanOrBuilder
DialogBooleanInputOrBuilder getBooleanOrBuilder()Boolean checkbox input.
.soulfire.v1.DialogBooleanInput boolean = 2; -
hasSingleOption
boolean hasSingleOption()Dropdown/combo box for selecting one option.
.soulfire.v1.DialogSingleOptionInput single_option = 3;- Returns:
- Whether the singleOption field is set.
-
getSingleOption
DialogSingleOptionInput getSingleOption()Dropdown/combo box for selecting one option.
.soulfire.v1.DialogSingleOptionInput single_option = 3;- Returns:
- The singleOption.
-
getSingleOptionOrBuilder
DialogSingleOptionInputOrBuilder getSingleOptionOrBuilder()Dropdown/combo box for selecting one option.
.soulfire.v1.DialogSingleOptionInput single_option = 3; -
hasNumberRange
boolean hasNumberRange()Slider for selecting a number in a range.
.soulfire.v1.DialogNumberRangeInput number_range = 4;- Returns:
- Whether the numberRange field is set.
-
getNumberRange
DialogNumberRangeInput getNumberRange()Slider for selecting a number in a range.
.soulfire.v1.DialogNumberRangeInput number_range = 4;- Returns:
- The numberRange.
-
getNumberRangeOrBuilder
DialogNumberRangeInputOrBuilder getNumberRangeOrBuilder()Slider for selecting a number in a range.
.soulfire.v1.DialogNumberRangeInput number_range = 4; -
getInputCase
DialogInput.InputCase getInputCase()
-