Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Card_Service
ActionResponseBuilder
Interface ActionResponseBuilder
A builder for ActionResponse objects.
interface
ActionResponseBuilder
{
build
()
:
ActionResponse
;
setNavigation
(
navigation
:
Navigation
)
:
ActionResponseBuilder
;
setNotification
(
notification
:
GoogleAppsScript
.
Card_Service
.
Notification
,
)
:
ActionResponseBuilder
;
setOpenLink
(
openLink
:
OpenLink
)
:
ActionResponseBuilder
;
setStateChanged
(
stateChanged
:
boolean
)
:
ActionResponseBuilder
;
}
Index
Methods
build
set
Navigation
set
Notification
set
Open
Link
set
State
Changed
Methods
build
build
()
:
ActionResponse
Returns
ActionResponse
set
Navigation
setNavigation
(
navigation
:
Navigation
)
:
ActionResponseBuilder
Parameters
navigation
:
Navigation
Returns
ActionResponseBuilder
set
Notification
setNotification
(
notification
:
GoogleAppsScript
.
Card_Service
.
Notification
,
)
:
ActionResponseBuilder
Parameters
notification
:
GoogleAppsScript
.
Card_Service
.
Notification
Returns
ActionResponseBuilder
set
Open
Link
setOpenLink
(
openLink
:
OpenLink
)
:
ActionResponseBuilder
Parameters
openLink
:
OpenLink
Returns
ActionResponseBuilder
set
State
Changed
setStateChanged
(
stateChanged
:
boolean
)
:
ActionResponseBuilder
Parameters
stateChanged
:
boolean
Returns
ActionResponseBuilder
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
build
set
Navigation
set
Notification
set
Open
Link
set
State
Changed
Google Apps Script API
Loading...
A builder for ActionResponse objects.