toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
lexmodelsv2
/
aws.sdk.kotlin.services.lexmodelsv2.model
/
PromptAttempt
Prompt
Attempt
sealed
class
PromptAttempt
The attempt name of attempts of a prompt.
Inheritors
Initial
Retry1
Retry2
Retry3
Retry4
Retry5
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Initial
Link copied to clipboard
object
Initial
:
PromptAttempt
Retry1
Link copied to clipboard
object
Retry1
:
PromptAttempt
Retry2
Link copied to clipboard
object
Retry2
:
PromptAttempt
Retry3
Link copied to clipboard
object
Retry3
:
PromptAttempt
Retry4
Link copied to clipboard
object
Retry4
:
PromptAttempt
Retry5
Link copied to clipboard
object
Retry5
:
PromptAttempt
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PromptAttempt
Properties
value
Link copied to clipboard
abstract
val
value
:
String