Uses of Interface
software.amazon.awssdk.services.qbusiness.model.ActionExecutionEvent.Builder
-
Packages that use ActionExecutionEvent.Builder Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.model.chatinputstream -
-
Uses of ActionExecutionEvent.Builder in software.amazon.awssdk.services.qbusiness.model
Classes in software.amazon.awssdk.services.qbusiness.model that implement ActionExecutionEvent.Builder Modifier and Type Class Description protected static classActionExecutionEvent.BuilderImplMethods in software.amazon.awssdk.services.qbusiness.model that return ActionExecutionEvent.Builder Modifier and Type Method Description static ActionExecutionEvent.BuilderChatInputStream. actionExecutionEventBuilder()Create a builder for theactionExecutionEventevent type for this stream.static ActionExecutionEvent.BuilderActionExecutionEvent. builder()ActionExecutionEvent.BuilderActionExecutionEvent.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.ActionExecutionEvent.BuilderActionExecutionEvent.BuilderImpl. payload(Map<String,ActionExecutionPayloadField> payload)ActionExecutionEvent.BuilderActionExecutionEvent.Builder. payloadFieldNameSeparator(String payloadFieldNameSeparator)A string used to retain information about the hierarchical contexts within a action execution event payload.ActionExecutionEvent.BuilderActionExecutionEvent.BuilderImpl. payloadFieldNameSeparator(String payloadFieldNameSeparator)ActionExecutionEvent.BuilderActionExecutionEvent.Builder. pluginId(String pluginId)The identifier of the plugin for which the action is being requested.ActionExecutionEvent.BuilderActionExecutionEvent.BuilderImpl. pluginId(String pluginId)ActionExecutionEvent.BuilderActionExecutionEvent. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type ActionExecutionEvent.Builder Modifier and Type Method Description static Class<? extends ActionExecutionEvent.Builder>ActionExecutionEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type ActionExecutionEvent.Builder Modifier and Type Method Description ActionExecutionEventActionExecutionEvent. copy(Consumer<? super ActionExecutionEvent.Builder> modifier) -
Uses of ActionExecutionEvent.Builder in software.amazon.awssdk.services.qbusiness.model.chatinputstream
Subinterfaces of ActionExecutionEvent.Builder in software.amazon.awssdk.services.qbusiness.model.chatinputstream Modifier and Type Interface Description static interfaceDefaultActionExecutionEvent.Builder
-