AIReviewCommandData
interface
Review command data.
Properties
description : stringmodule:ai/aireviewmode/aireviewgateway~AIReviewCommandData#descriptionHuman-readable description of what the command does.
id : stringmodule:ai/aireviewmode/aireviewgateway~AIReviewCommandData#idId of the review command.
parameters : Array<object> | undefinedmodule:ai/aireviewmode/aireviewgateway~AIReviewCommandData#parametersSelectable parameters for parameterized commands (e.g.
length,tone). One of these ids can be passed asoptions.parameterIdwhen invoking the command.title : stringmodule:ai/aireviewmode/aireviewgateway~AIReviewCommandData#titleHuman-readable command title.