toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
bedrockagentruntime
/
aws.sdk.kotlin.services.bedrockagentruntime.model
/
RepromptResponse
Reprompt
Response
class
RepromptResponse
Observation information if there were reprompts
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
source
Link copied to clipboard
val
source
:
Source
?
Parsing error source
text
Link copied to clipboard
val
text
:
String
?
Reprompt response text
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
RepromptResponse.Builder
.
(
)
->
Unit
=
{}
)
:
RepromptResponse
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String