plugin/tst/software/aws/toolkits/eclipse/amazonq/chat/models/ChatUIInboundCommandTest.java [33:41]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final String pillText = "Click me";
    private final String prompt = "Test prompt";
    private final Boolean disabled = false;
    private final String description = "Test description";
    private final String type = "button";
    private final ChatItemAction chatItemAction = new ChatItemAction(pillText, prompt, disabled, description, type);

    private final String text = "text";
    private final ChatItemAction[] options = new ChatItemAction[] {chatItemAction};
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



plugin/tst/software/aws/toolkits/eclipse/amazonq/chat/models/FollowUpTest.java [19:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private final String pillText = "Click me";
    private final String prompt = "Test prompt";
    private final Boolean disabled = false;
    private final String description = "Test description";
    private final String type = "button";
    private final ChatItemAction chatItemAction = new ChatItemAction(pillText, prompt, disabled, description, type);

    private final String text = "text";
    private final ChatItemAction[] options = new ChatItemAction[] {chatItemAction};
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



