Class: Aws::QBusiness::Types::ActionExecutionEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ActionExecutionEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
A request from an end user signalling an intent to perform an Amazon Q Business plugin action during a streaming chat.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#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 a action execution event payload.
-
#plugin_id ⇒ String
The identifier of the plugin for which the action is being requested.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
177 178 179 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 177 def event_type @event_type end |
#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.
177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 177 class ActionExecutionEvent < Struct.new( :plugin_id, :payload, :payload_field_name_separator, :event_type) SENSITIVE = [] include Aws::Structure end |
#payload_field_name_separator ⇒ String
A string used to retain information about the hierarchical contexts within a action execution event payload.
177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 177 class ActionExecutionEvent < Struct.new( :plugin_id, :payload, :payload_field_name_separator, :event_type) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin for which the action is being requested.
177 178 179 180 181 182 183 184 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 177 class ActionExecutionEvent < Struct.new( :plugin_id, :payload, :payload_field_name_separator, :event_type) SENSITIVE = [] include Aws::Structure end |