Represents a part of a chat response that is a button that executes a command.
new(value:Command)
Create a new ChatResponseCommandButtonPart.
Parameters:
value
A Command that will be executed when the button is clicked.
value:Command
The command that will be executed when the button is clicked.