Uses of Enum Class
com.github.copilot.sdk.json.ElicitationResultAction
Packages that use ElicitationResultAction
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ElicitationResultAction in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return ElicitationResultActionModifier and TypeMethodDescriptionElicitationResult.getAction()Gets the user action taken on the elicitation dialog.static ElicitationResultActionReturns the enum constant of this class with the specified name.static ElicitationResultAction[]ElicitationResultAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.sdk.json with parameters of type ElicitationResultActionModifier and TypeMethodDescriptionElicitationResult.setAction(ElicitationResultAction action) Sets the user action taken on the elicitation dialog.