Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.1 KB

File metadata and controls

32 lines (20 loc) · 1.1 KB

UpdateCommentAutomation200ResponseAutomation

Properties

Name Type Description Notes
id String [optional]
name String [optional]
keywords List<String> [optional]
matchMode MatchModeEnum [optional]
dmMessage String [optional]
buttons List<DmButton> Inline DM buttons (up to 3). Omitted when none are set. [optional]
commentReply String [optional]
dmMessageVariations List<String> Alternate DM texts rotated at random with dmMessage. Omitted when none. [optional]
commentReplyVariations List<String> Alternate public replies rotated at random with commentReply. Omitted when none. [optional]
isActive Boolean [optional]
updatedAt OffsetDateTime [optional]

Enum: MatchModeEnum

Name Value
EXACT "exact"
CONTAINS "contains"