static ActionReviewEvent.Builder |
ChatOutputStream.actionReviewEventBuilder() |
Create a builder for the actionReviewEvent event type for this stream.
|
static ActionReviewEvent.Builder |
ActionReviewEvent.builder() |
|
ActionReviewEvent.Builder |
ActionReviewEvent.Builder.conversationId(String conversationId) |
The identifier of the conversation with which the action review event is associated.
|
ActionReviewEvent.Builder |
ActionReviewEvent.BuilderImpl.conversationId(String conversationId) |
|
ActionReviewEvent.Builder |
ActionReviewEvent.Builder.payload(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.
|
ActionReviewEvent.Builder |
ActionReviewEvent.BuilderImpl.payload(Map<String,ActionReviewPayloadField> payload) |
|
ActionReviewEvent.Builder |
ActionReviewEvent.Builder.payloadFieldNameSeparator(String payloadFieldNameSeparator) |
A string used to retain information about the hierarchical contexts within an action review event payload.
|
ActionReviewEvent.Builder |
ActionReviewEvent.BuilderImpl.payloadFieldNameSeparator(String payloadFieldNameSeparator) |
|
ActionReviewEvent.Builder |
ActionReviewEvent.Builder.pluginId(String pluginId) |
The identifier of the plugin associated with the action review event.
|
ActionReviewEvent.Builder |
ActionReviewEvent.BuilderImpl.pluginId(String pluginId) |
|
ActionReviewEvent.Builder |
ActionReviewEvent.Builder.pluginType(String pluginType) |
The type of plugin.
|
ActionReviewEvent.Builder |
ActionReviewEvent.Builder.pluginType(PluginType pluginType) |
The type of plugin.
|
ActionReviewEvent.Builder |
ActionReviewEvent.BuilderImpl.pluginType(String pluginType) |
|
ActionReviewEvent.Builder |
ActionReviewEvent.BuilderImpl.pluginType(PluginType pluginType) |
|
ActionReviewEvent.Builder |
ActionReviewEvent.Builder.systemMessageId(String systemMessageId) |
The identifier of an Amazon Q Business AI generated associated with the action review event.
|
ActionReviewEvent.Builder |
ActionReviewEvent.BuilderImpl.systemMessageId(String systemMessageId) |
|
ActionReviewEvent.Builder |
ActionReviewEvent.toBuilder() |
|
ActionReviewEvent.Builder |
ActionReviewEvent.Builder.userMessageId(String userMessageId) |
The identifier of the conversation with which the plugin action is associated.
|
ActionReviewEvent.Builder |
ActionReviewEvent.BuilderImpl.userMessageId(String userMessageId) |
|