Uses of Enum Class
com.github.copilot.sdk.generated.rpc.UIElicitationResponseAction
Packages that use UIElicitationResponseAction
-
Uses of UIElicitationResponseAction in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return UIElicitationResponseActionModifier and TypeMethodDescriptionSessionUiElicitationResult.action()Returns the value of theactionrecord component.UIElicitationResponse.action()Returns the value of theactionrecord component.static UIElicitationResponseActionstatic UIElicitationResponseActionReturns the enum constant of this class with the specified name.static UIElicitationResponseAction[]UIElicitationResponseAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type UIElicitationResponseActionModifierConstructorDescriptionSessionUiElicitationResult(UIElicitationResponseAction action, Map<String, Object> content) Creates an instance of aSessionUiElicitationResultrecord class.UIElicitationResponse(UIElicitationResponseAction action, Map<String, Object> content) Creates an instance of aUIElicitationResponserecord class.