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