Skip to main content
All docs
V25.2
  • BlazorChatMessage Properties

    Defines an individual chat message.
    Name Description
    Content Returns the message content.
    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.
    Typing Identifies whether the message is being generated by the AI assistant or it is complete.
    See Also