AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kendra
/
aws.sdk.kotlin.services.kendra.model
/
QueryResultType
Query
Result
Type
sealed
class
QueryResultType
Inheritors
Answer
Document
QuestionAnswer
SdkUnknown
Members
Types
Answer
Link copied to clipboard
object
Answer
:
QueryResultType
Companion
Link copied to clipboard
object
Companion
Document
Link copied to clipboard
object
Document
:
QueryResultType
Question
Answer
Link copied to clipboard
object
QuestionAnswer
:
QueryResultType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QueryResultType
Properties
value
Link copied to clipboard
abstract
val
value
:
String