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
/
AiPromptApiFormat
Ai
Prompt
Api
Format
sealed
class
AiPromptApiFormat
Inheritors
AnthropicClaudeMessages
AnthropicClaudeTextCompletions
Messages
TextCompletions
SdkUnknown
Members
Types
Anthropic
Claude
Messages
Link copied to clipboard
object
AnthropicClaudeMessages
:
AiPromptApiFormat
Anthropic
Claude
Text
Completions
Link copied to clipboard
object
AnthropicClaudeTextCompletions
:
AiPromptApiFormat
Companion
Link copied to clipboard
object
Companion
Messages
Link copied to clipboard
object
Messages
:
AiPromptApiFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AiPromptApiFormat
Text
Completions
Link copied to clipboard
object
TextCompletions
:
AiPromptApiFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String