Uses of Class
com.github.copilot.sdk.json.InputOptions
Packages that use InputOptions
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of InputOptions in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return InputOptionsModifier and TypeMethodDescriptionInputOptions.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(Integer maxLength) Sets the maximum character length.InputOptions.setMinLength(Integer minLength) Sets the minimum character length.Sets the title label for the input field.Methods in com.github.copilot.sdk.json with parameters of type InputOptionsModifier and TypeMethodDescriptionSessionUiApi.input(String message, InputOptions options) Shows a text input dialog.