クラス DialogOpenRequest.DialogOpenRequestBuilder
java.lang.Object
com.slack.api.methods.request.dialog.DialogOpenRequest.DialogOpenRequestBuilder
- 含まれているクラス:
DialogOpenRequest
-
メソッドの概要
修飾子とタイプメソッド説明build()The dialog definition.dialogAsString(String dialogAsString) Authentication token.toString()Exchange a trigger to post to the user.
-
メソッドの詳細
-
token
Authentication token. Requires scope: `none`- 戻り値:
this.
-
dialog
The dialog definition. This must be a JSON-encoded string.- 戻り値:
this.
-
dialogAsString
- 戻り値:
this.
-
triggerId
Exchange a trigger to post to the user.Apps can invoke dialogs when users interact with slash commands, message buttons, or message menus. Each interaction will include a trigger_id.
As apps can only open a dialog in response to such a user action, the
trigger_idis a required parameter.- 戻り値:
this.- 関連項目:
-
build
-
toString
-