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.
5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5306 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.
5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5306 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.
5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5306 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.
5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5306 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.
5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5306 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.
5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5306 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.
5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5306 class FaqSummary < Struct.new( :id, :name, :status, :created_at, :updated_at, :file_format, :language_code) SENSITIVE = [] include Aws::Structure end |