Skip to main content
All docs
V25.2
  • PromptToExpressionRequestBase.ConversationMessages Property

    Gets or sets the conversation history between the user and the AI service.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public IList<ExpressionConversationMessage> ConversationMessages { get; set; }

    Property Value

    Type Description
    IList<DevExpress.AIIntegration.Extensions.ExpressionConversationMessage>

    The conversation history.

    See Also