Uses of Interface
software.amazon.awssdk.services.qbusiness.model.ActionExecution.Builder
-
Packages that use ActionExecution.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ActionExecution.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ActionExecution.Builder Modifier and Type Method Description static ActionExecution.BuilderActionExecution. builder()ActionExecution.BuilderActionExecution.Builder. payload(Map<String,ActionExecutionPayloadField> payload)A mapping of field names to the field values in input that an end user provides to Amazon Q Business requests to perform their plugin action.ActionExecution.BuilderActionExecution.Builder. payloadFieldNameSeparator(String payloadFieldNameSeparator)A string used to retain information about the hierarchical contexts within an action execution event payload.ActionExecution.BuilderActionExecution.Builder. pluginId(String pluginId)The identifier of the plugin the action is attached to.ActionExecution.BuilderActionExecution. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type ActionExecution.Builder Modifier and Type Method Description static Class<? extends ActionExecution.Builder>ActionExecution. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type ActionExecution.Builder Modifier and Type Method Description default ChatSyncRequest.BuilderChatSyncRequest.Builder. actionExecution(Consumer<ActionExecution.Builder> actionExecution)A request from an end user to perform an Amazon Q Business plugin action.default Message.BuilderMessage.Builder. actionExecution(Consumer<ActionExecution.Builder> actionExecution)Sets the value of the ActionExecution property for this object.
-