Represents a part of a chat response that is a button that executes a command.

Constructor

new(value:Command)

Create a new ChatResponseCommandButtonPart.

Parameters:

value

A Command that will be executed when the button is clicked.

Variables

value:Command

The command that will be executed when the button is clicked.