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 Type
    Method
    Description
    ID of the initially selected option.
    com.google.protobuf.ByteString
    ID of the initially selected option.
    Identifier used when submitting the dialog.
    com.google.protobuf.ByteString
    Identifier used when submitting the dialog.
    Display label for the dropdown.
    com.google.protobuf.ByteString
    Display label for the dropdown.
    boolean
    Whether to show the label.
    getOptions(int index)
    Available options to choose from.
    int
    Available options to choose from.
    Available options to choose from.
    Available options to choose from.
    Available options to choose from.
    int
    Display width in pixels.

    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

    • getKey

      String getKey()
      Identifier used when submitting the dialog.
      
      string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      Identifier used when submitting the dialog.
      
      string key = 1;
      Returns:
      The bytes for key.
    • getLabel

      String getLabel()
      Display label for the dropdown.
      
      string label = 2;
      Returns:
      The label.
    • 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

      DialogOption getOptions(int index)
      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

      DialogOptionOrBuilder getOptionsOrBuilder(int index)
      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.