toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
)
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
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null
type
Link copied to clipboard
val
type
:
ContentType