| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ActionReviewPayloadField |
ActionReviewPayloadField.clone() |
ActionReviewPayloadField |
ActionReviewPayloadField.withAllowedFormat(String allowedFormat)
The expected data format for the action review input field value.
|
ActionReviewPayloadField |
ActionReviewPayloadField.withAllowedValues(ActionReviewPayloadFieldAllowedValue... allowedValues)
Information about the field values that an end user can use to provide to Amazon Q Business for Amazon Q Business
to perform the requested plugin action.
|
ActionReviewPayloadField |
ActionReviewPayloadField.withAllowedValues(Collection<ActionReviewPayloadFieldAllowedValue> allowedValues)
Information about the field values that an end user can use to provide to Amazon Q Business for Amazon Q Business
to perform the requested plugin action.
|
ActionReviewPayloadField |
ActionReviewPayloadField.withDisplayDescription(String displayDescription)
The field level description of each action review input field.
|
ActionReviewPayloadField |
ActionReviewPayloadField.withDisplayName(String displayName)
The name of the field.
|
ActionReviewPayloadField |
ActionReviewPayloadField.withDisplayOrder(Integer displayOrder)
The display order of fields in a payload.
|
ActionReviewPayloadField |
ActionReviewPayloadField.withRequired(Boolean required)
Information about whether the field is required.
|
ActionReviewPayloadField |
ActionReviewPayloadField.withType(ActionPayloadFieldType type)
The type of field.
|
ActionReviewPayloadField |
ActionReviewPayloadField.withType(String type)
The type of field.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ActionReviewPayloadField> |
ActionReview.getPayload()
Field values that an end user needs to provide to Amazon Q Business for Amazon Q Business to perform the
requested plugin action.
|
| Modifier and Type | Method and Description |
|---|---|
ActionReview |
ActionReview.addPayloadEntry(String key,
ActionReviewPayloadField value)
Add a single Payload entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionReview.setPayload(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.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.
|
Copyright © 2025. All rights reserved.