Uses of Interface
software.amazon.awssdk.services.qbusiness.model.ActionReview.Builder
-
Packages that use ActionReview.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ActionReview.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ActionReview.Builder Modifier and Type Method Description static ActionReview.BuilderActionReview. builder()ActionReview.BuilderActionReview.Builder. payload(Map<String,ActionReviewPayloadField> payload)Field values that an end user needs to provide to Amazon Q for Amazon Q to perform the requested plugin action.ActionReview.BuilderActionReview.Builder. payloadFieldNameSeparator(String payloadFieldNameSeparator)A string used to retain information about the hierarchical contexts within an action review payload.ActionReview.BuilderActionReview.Builder. pluginId(String pluginId)The identifier of the plugin associated with the action review.ActionReview.BuilderActionReview.Builder. pluginType(String pluginType)The type of plugin.ActionReview.BuilderActionReview.Builder. pluginType(PluginType pluginType)The type of plugin.ActionReview.BuilderActionReview. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type ActionReview.Builder Modifier and Type Method Description static Class<? extends ActionReview.Builder>ActionReview. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type ActionReview.Builder Modifier and Type Method Description default ChatSyncResponse.BuilderChatSyncResponse.Builder. actionReview(Consumer<ActionReview.Builder> actionReview)A request from Amazon Q to the end user for information Amazon Q needs to successfully complete a requested plugin action.default Message.BuilderMessage.Builder. actionReview(Consumer<ActionReview.Builder> actionReview)Sets the value of the ActionReview property for this object.
-