GetFaqResult

data class GetFaqResult(val arn: String? = null, val id: String? = null, val languageCode: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, languageCode: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

arn:aws:kendra:us-west-2:111122223333:index/335c3741-41df-46a6-b5d3-61f85b787884/faq/f61995a6-cd5c-4e99-9cfc-58816d8bfaa7

Link copied to clipboard
val id: String? = null

The identifier for the FAQ. For example: f61995a6-cd5c-4e99-9cfc-58816d8bfaa7

Link copied to clipboard
val languageCode: String? = null

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 .

Link copied to clipboard
val tags: List<Tag>? = null

Tags for labeling the FAQ