Skip to main content
All docs
V26.1
  • BlazorChatMessage Properties

    Defines an individual chat message.
    Name Description
    Content Obsolete. Returns the message content.
    Contents Returns the list of AI content items in the message.
    Contexts Returns a collection of AI resources and files attached to the chat message.
    Files Returns a collection of uploaded files.
    FunctionCalls Returns information on all functions invoked by the AI model.
    Role Returns the role of the message owner.
    Text Returns the message text.
    Typing Identifies whether the message is being generated by the AI assistant or it is complete.
    Visible Specifies whether the message is visible in the DxAIChat message area.
    See Also