Skip to main content
All docs
V25.2
  • IAIChatMessageContextItem.Guid Property

    Returns the globally unique identifier of the AI Chat resource.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

    Assembly: DevExpress.AIIntegration.Blazor.Chat.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Blazor.Chat

    Declaration

    string Guid { get; }

    Property Value

    Type Description
    String

    The AI Chat resource GUID.

    Remarks

    Refer to the Guid property description for more information and an example.

    See Also