Class: Aws::Kendra::Types::FaqSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::FaqSummary
- 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
-
#created_at ⇒ Time
The Unix timestamp when the FAQ was created.
-
#file_format ⇒ String
The file type used to create the FAQ.
-
#id ⇒ String
The identifier of the FAQ.
-
#language_code ⇒ String
The code for a language.
-
#name ⇒ String
The name that you assigned the FAQ when you created or updated the FAQ.
-
#status ⇒ String
The current status of the FAQ.
-
#updated_at ⇒ Time
The Unix timestamp when the FAQ was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when the FAQ was created.
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_format ⇒ String
The file type used to create the FAQ.
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 |
#id ⇒ String
The identifier of the FAQ.
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_code ⇒ String
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.
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 |
#name ⇒ String
The name that you assigned the FAQ when you created or updated the FAQ.
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 |
#status ⇒ String
The current status of the FAQ. When the status is ACTIVE
the FAQ
is ready for use.
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_at ⇒ Time
The Unix timestamp when the FAQ was last updated.
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 |