Uses of Class
com.github.copilot.rpc.InputOptions
Packages that use InputOptions
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of InputOptions in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return InputOptionsModifier and TypeMethodDescriptionInputOptions.clearMaxLength()Clears the maxLength setting, reverting to the default behavior.InputOptions.clearMinLength()Clears the minLength setting, reverting to the default behavior.InputOptions.setDefaultValue(String defaultValue) Sets the default value pre-populated in the field.InputOptions.setDescription(String description) Sets the descriptive text shown below the field.Sets the semantic format hint.InputOptions.setMaxLength(int maxLength) Sets the maximum character length.InputOptions.setMinLength(int minLength) Sets the minimum character length.Sets the title label for the input field.Methods in com.github.copilot.rpc with parameters of type InputOptionsModifier and TypeMethodDescriptionSessionUiApi.input(String message, InputOptions options) Shows a text input dialog.