http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
RefusalDetails
Refusal
Details
@
JsonSerializable
data
class
RefusalDetails
(
val
category
:
RefusalCategory
?
=
null
,
val
explanation
:
String
?
=
null
,
val
type
:
String
=
"refusal"
)
(
source
)
Members
Constructors
Refusal
Details
Link copied to clipboard
constructor
(
category
:
RefusalCategory
?
=
null
,
explanation
:
String
?
=
null
,
type
:
String
=
"refusal"
)
Properties
category
Link copied to clipboard
val
category
:
RefusalCategory
?
explanation
Link copied to clipboard
val
explanation
:
String
?
type
Link copied to clipboard
val
type
:
String