Skip to main content
All docs
V25.1
  • TextResponse(ChatResponse) Constructor

    Initializes a new instance of the TextResponse class with specified settings.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public TextResponse(
        ChatResponse chatResponse
    )

    Parameters

    Name Type
    chatResponse Microsoft.Extensions.AI.ChatResponse
    See Also