Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ActionFlow |
ActionFlow.clone() |
ActionFlow |
ActionFlow.set(String fieldName,
Object value) |
ActionFlow |
ActionFlow.setDialogButtonLabel(String dialogButtonLabel)
Label for the button to trigger the action from the action dialog.
|
ActionFlow |
ActionFlow.setDialogCallout(Callout dialogCallout)
Important message to be highlighted in the request dialog.
|
ActionFlow |
ActionFlow.setDialogMessage(TextWithTooltip dialogMessage)
Message displayed in the request dialog.
|
ActionFlow |
ActionFlow.setDialogTitle(String dialogTitle)
Title of the request dialog.
|
ActionFlow |
ActionFlow.setId(String id)
Not for display but need to be sent back for the selected action flow.
|
ActionFlow |
ActionFlow.setInputs(List<InputField> inputs)
A list of input fields.
|
ActionFlow |
ActionFlow.setLabel(String label)
Text value describing the intent for the action flow.
|
Modifier and Type | Method and Description |
---|---|
List<ActionFlow> |
BuiltInUserInputAction.getFlows()
Actions may provide multiple different flows.
|
Modifier and Type | Method and Description |
---|---|
BuiltInUserInputAction |
BuiltInUserInputAction.setFlows(List<ActionFlow> flows)
Actions may provide multiple different flows.
|
Copyright © 2011–2024 Google. All rights reserved.