Class: Aws::QBusiness::Types::ActionExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ActionExecution
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Performs an Amazon Q Business plugin action during a non-streaming chat conversation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Hash<String,Types::ActionExecutionPayloadField>
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.
-
#payload_field_name_separator ⇒ String
A string used to retain information about the hierarchical contexts within an action execution event payload.
-
#plugin_id ⇒ String
The identifier of the plugin the action is attached to.
Instance Attribute Details
#payload ⇒ Hash<String,Types::ActionExecutionPayloadField>
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.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 129 class ActionExecution < Struct.new( :plugin_id, :payload, :payload_field_name_separator) SENSITIVE = [] include Aws::Structure end |
#payload_field_name_separator ⇒ String
A string used to retain information about the hierarchical contexts within an action execution event payload.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 129 class ActionExecution < Struct.new( :plugin_id, :payload, :payload_field_name_separator) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin the action is attached to.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 129 class ActionExecution < Struct.new( :plugin_id, :payload, :payload_field_name_separator) SENSITIVE = [] include Aws::Structure end |