AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
qconnect
/
aws.sdk.kotlin.services.qconnect.model
/
QueryResultType
Query
Result
Type
sealed
class
QueryResultType
Inheritors
BlockedGenerativeAnswerChunk
BlockedIntentAnswerChunk
GenerativeAnswer
GenerativeAnswerChunk
IntentAnswer
IntentAnswerChunk
KnowledgeContent
SdkUnknown
Members
Types
Blocked
Generative
Answer
Chunk
Link copied to clipboard
object
BlockedGenerativeAnswerChunk
:
QueryResultType
Blocked
Intent
Answer
Chunk
Link copied to clipboard
object
BlockedIntentAnswerChunk
:
QueryResultType
Companion
Link copied to clipboard
object
Companion
Generative
Answer
Link copied to clipboard
object
GenerativeAnswer
:
QueryResultType
Generative
Answer
Chunk
Link copied to clipboard
object
GenerativeAnswerChunk
:
QueryResultType
Intent
Answer
Link copied to clipboard
object
IntentAnswer
:
QueryResultType
Intent
Answer
Chunk
Link copied to clipboard
object
IntentAnswerChunk
:
QueryResultType
Knowledge
Content
Link copied to clipboard
object
KnowledgeContent
:
QueryResultType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QueryResultType
Properties
value
Link copied to clipboard
abstract
val
value
:
String