Class: Aws::QBusiness::Types::MetadataEvent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

A metadata event for a AI-generated text output message in a Amazon Q Business conversation, containing associated metadata generated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_idString

The identifier of the conversation with which the generated metadata is associated.

Returns:

  • (String)


6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
# File 'lib/aws-sdk-qbusiness/types.rb', line 6072

class MetadataEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :source_attributions,
  :final_text_message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



6072
6073
6074
# File 'lib/aws-sdk-qbusiness/types.rb', line 6072

def event_type
  @event_type
end

#final_text_messageString

The final text output message generated by the system.

Returns:

  • (String)


6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
# File 'lib/aws-sdk-qbusiness/types.rb', line 6072

class MetadataEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :source_attributions,
  :final_text_message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_attributionsArray<Types::SourceAttribution>

The source documents used to generate the conversation response.

Returns:



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
# File 'lib/aws-sdk-qbusiness/types.rb', line 6072

class MetadataEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :source_attributions,
  :final_text_message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#system_message_idString

The identifier of an Amazon Q Business AI generated message within the conversation.

Returns:

  • (String)


6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
# File 'lib/aws-sdk-qbusiness/types.rb', line 6072

class MetadataEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :source_attributions,
  :final_text_message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#user_message_idString

The identifier of an Amazon Q Business end user text input message within the conversation.

Returns:

  • (String)


6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
# File 'lib/aws-sdk-qbusiness/types.rb', line 6072

class MetadataEvent < Struct.new(
  :conversation_id,
  :user_message_id,
  :system_message_id,
  :source_attributions,
  :final_text_message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end