http4k-connect-ai-azure
Toggle table of contents
6.20.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-ai-azure
http4k-connect-ai-azure
/
org.http4k.connect.azure.action
/
MessageContent
Message
Content
@
JsonSerializable
data
class
MessageContent
(
val
type
:
ContentType
,
val
text
:
String
?
=
null
,
val
image_url
:
ImageUrl
?
=
null
)
(
source
)
Members
Constructors
Message
Content
Link copied to clipboard
constructor
(
type
:
ContentType
,
text
:
String
?
=
null
,
image_url
:
ImageUrl
?
=
null
)
Properties
image_
url
Link copied to clipboard
val
image_url
:
ImageUrl
?
text
Link copied to clipboard
val
text
:
String
?
type
Link copied to clipboard
val
type
:
ContentType