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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/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)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4832

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)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4832

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)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4832

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.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4832

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)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4832

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)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4832

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)


4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4832

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