Andi Skill Builder API Documentation

Type Alias: Choice

type Choice = {
  choiceId: string;
  clickedStyle?: ClickedStyle;
  text: string;
};

Properties

Property Type
choiceId string
clickedStyle? ClickedStyle
text string