AWS SDK for Kotlin
Toggle table of contents
1.5.69
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
EmailGenerativeAnswerChunk
EmailOverviewChunk
EmailResponseChunk
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
Email
Generative
Answer
Chunk
Link copied to clipboard
object
EmailGenerativeAnswerChunk
:
QueryResultType
Email
Overview
Chunk
Link copied to clipboard
object
EmailOverviewChunk
:
QueryResultType
Email
Response
Chunk
Link copied to clipboard
object
EmailResponseChunk
:
QueryResultType
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