Class DispatchActionConfig
java.lang.Object
com.slack.api.model.block.composition.DispatchActionConfig
https://api.slack.com/reference/block-kit/composition-objects#dispatch_action_config
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAn array of interaction types that you would like to receive a block_actions payload for.inthashCode()voidsetTriggerActionsOn(List<String> triggerActionsOn) An array of interaction types that you would like to receive a block_actions payload for.toString()
-
Constructor Details
-
DispatchActionConfig
public DispatchActionConfig() -
DispatchActionConfig
-
-
Method Details
-
builder
-
getTriggerActionsOn
An array of interaction types that you would like to receive a block_actions payload for.Should be one or both of: - on_enter_pressed — payload is dispatched when user presses the enter key while the input is in focus. Hint text will appear underneath the input explaining to the user to press enter to submit. - on_character_entered — payload is dispatched when a character is entered (or removed) in the input.
-
setTriggerActionsOn
An array of interaction types that you would like to receive a block_actions payload for.Should be one or both of: - on_enter_pressed — payload is dispatched when user presses the enter key while the input is in focus. Hint text will appear underneath the input explaining to the user to press enter to submit. - on_character_entered — payload is dispatched when a character is entered (or removed) in the input.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-