Class: Aws::Kendra::Types::FaqSummary

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

Overview

Summary information for frequently asked questions and answers included in an index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp when the FAQ was created.

Returns:

  • (Time)


5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-kendra/types.rb', line 5273

class FaqSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :file_format,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#file_formatString

The file type used to create the FAQ.

Returns:

  • (String)


5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-kendra/types.rb', line 5273

class FaqSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :file_format,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the FAQ.

Returns:

  • (String)


5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-kendra/types.rb', line 5273

class FaqSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :file_format,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see [Adding documents in languages other than English].

[1]: docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html

Returns:

  • (String)


5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-kendra/types.rb', line 5273

class FaqSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :file_format,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name that you assigned the FAQ when you created or updated the FAQ.

Returns:

  • (String)


5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-kendra/types.rb', line 5273

class FaqSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :file_format,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the FAQ. When the status is ‘ACTIVE` the FAQ is ready for use.

Returns:

  • (String)


5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-kendra/types.rb', line 5273

class FaqSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :file_format,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp when the FAQ was last updated.

Returns:

  • (Time)


5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
# File 'lib/aws-sdk-kendra/types.rb', line 5273

class FaqSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :file_format,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end