For the complete documentation index, see llms.txt. This page is also available as Markdown.

MessageValue

No description

union MessageValue =
  | AccessRequestApprovalDecisionUpdate
  | AccessRequestImplementationUpdate
  | AccessRequestStatusUpdate
  | UserMessage

Possible types

AccessRequestStatusUpdate object

The comment type representing an update to an access request.

UserMessage object

Represents a normal user comment.

Member Of

Comment object

Last updated

Was this helpful?