Skip to main content
All docs
V26.1
  • PromptToExpressionRequestBase.ConversationMessages Property

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

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v26.1.dll

    Declaration

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

    Property Value

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

    The conversation history.

    See Also