Class: Aws::QBusiness::Types::ActionExecutionEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



177
178
179
# File 'lib/aws-sdk-qbusiness/types.rb', line 177

def event_type
  @event_type
end

#payloadHash<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.

Returns:



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_separatorString

A string used to retain information about the hierarchical contexts within a action execution event payload.

Returns:

  • (String)


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_idString

The identifier of the plugin for which the action is being requested.

Returns:

  • (String)


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