AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentruntime
/
aws.sdk.kotlin.services.bedrockagentruntime.model
/
FlowCompletionReason
Flow
Completion
Reason
sealed
class
FlowCompletionReason
Inheritors
InputRequired
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Input
Required
Link copied to clipboard
object
InputRequired
:
FlowCompletionReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FlowCompletionReason
Success
Link copied to clipboard
object
Success
:
FlowCompletionReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String