Uses of Class
com.github.copilot.rpc.CommandWireDefinition
Packages that use CommandWireDefinition
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CommandWireDefinition in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return CommandWireDefinitionModifier and TypeMethodDescriptionCommandWireDefinition.setDescription(String description) Sets the description.Sets the command name.Methods in com.github.copilot.rpc that return types with arguments of type CommandWireDefinitionModifier and TypeMethodDescriptionCreateSessionRequest.getCommands()Gets the commands wire definitions.ResumeSessionRequest.getCommands()Gets the commands wire definitions.Method parameters in com.github.copilot.rpc with type arguments of type CommandWireDefinitionModifier and TypeMethodDescriptionvoidCreateSessionRequest.setCommands(List<CommandWireDefinition> commands) Sets the commands wire definitions.voidResumeSessionRequest.setCommands(List<CommandWireDefinition> commands) Sets the commands wire definitions.