Class: Aws::QBusiness::Types::SnippetExcerpt

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

Overview

Contains the relevant text excerpt from a source that was used to generate a citation text segment in an Amazon Q Business chat response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The relevant text excerpt from a source that was used to generate a citation text segment in an Amazon Q chat response.

Returns:

  • (String)


5235
5236
5237
5238
5239
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5235

class SnippetExcerpt < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end