Uses of Class
com.github.copilot.sdk.json.CommandWireDefinition
Packages that use CommandWireDefinition
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CommandWireDefinition in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return CommandWireDefinitionModifier and TypeMethodDescriptionCommandWireDefinition.setDescription(String description) Sets the description.Sets the command name.Methods in com.github.copilot.sdk.json 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.sdk.json 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.