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
/
AiPromptType
Ai
Prompt
Type
sealed
class
AiPromptType
Inheritors
AnswerGeneration
IntentLabelingGeneration
QueryReformulation
SelfServiceAnswerGeneration
SelfServicePreProcessing
SdkUnknown
Members
Types
Answer
Generation
Link copied to clipboard
object
AnswerGeneration
:
AiPromptType
Companion
Link copied to clipboard
object
Companion
Intent
Labeling
Generation
Link copied to clipboard
object
IntentLabelingGeneration
:
AiPromptType
Query
Reformulation
Link copied to clipboard
object
QueryReformulation
:
AiPromptType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AiPromptType
Self
Service
Answer
Generation
Link copied to clipboard
object
SelfServiceAnswerGeneration
:
AiPromptType
Self
Service
Pre
Processing
Link copied to clipboard
object
SelfServicePreProcessing
:
AiPromptType
Properties
value
Link copied to clipboard
abstract
val
value
:
String