| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ActionReview |
ActionReview.addPayloadEntry(String key,
ActionReviewPayloadField value)
Add a single Payload entry
|
ActionReview |
ActionReview.clearPayloadEntries()
Removes all the entries added into Payload.
|
ActionReview |
ActionReview.clone() |
ActionReview |
Message.getActionReview() |
ActionReview |
ChatSyncResult.getActionReview()
A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully complete
a requested plugin action.
|
ActionReview |
ActionReview.withPayload(Map<String,ActionReviewPayloadField> payload)
Field values that an end user needs to provide to Amazon Q Business for Amazon Q Business to perform the
requested plugin action.
|
ActionReview |
ActionReview.withPayloadFieldNameSeparator(String payloadFieldNameSeparator)
A string used to retain information about the hierarchical contexts within an action review payload.
|
ActionReview |
ActionReview.withPluginId(String pluginId)
The identifier of the plugin associated with the action review.
|
ActionReview |
ActionReview.withPluginType(PluginType pluginType)
The type of plugin.
|
ActionReview |
ActionReview.withPluginType(String pluginType)
The type of plugin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setActionReview(ActionReview actionReview) |
void |
ChatSyncResult.setActionReview(ActionReview actionReview)
A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully complete
a requested plugin action.
|
Message |
Message.withActionReview(ActionReview actionReview) |
ChatSyncResult |
ChatSyncResult.withActionReview(ActionReview actionReview)
A request from Amazon Q Business to the end user for information Amazon Q Business needs to successfully complete
a requested plugin action.
|
Copyright © 2024. All rights reserved.