StaticContentFormat
A message format containing non-interactive content such as text, attachments, rich links, or embedded web views.
Inheritors
Types
Link copied to clipboard
@JsonClass(generateAdapter = true)
A message containing one or more file attachments with optional accompanying text.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A message representing a cancellation of a prior interactive action.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A message displaying an error to the user, with a title and detailed error information.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A message carrying experience-type values for routing or display purposes.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A message displaying a rich link preview with an optional image and descriptive text.
Link copied to clipboard
enum StaticContentFormatType : MessageFormat.FormatType, Enum<StaticContentFormat.StaticContentFormatType>
The specific type of static content in this message.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A message containing plain or markdown-formatted text, optionally with citation references.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A message containing an embedded web view, typically used for surveys or external forms.