Sign up (with export icon)

AIReviewCommandData

Api-interface iconinterface

Review command data.

Properties

  • Chevron-right icon

    description : string

    Human-readable description of what the command does.

  • Chevron-right icon

    id : string

    Id of the review command.

  • Chevron-right icon

    parameters : Array<object> | undefined

    Selectable parameters for parameterized commands (e.g. length, tone). One of these ids can be passed as options.parameterId when invoking the command.

  • Chevron-right icon

    title : string

    Human-readable command title.