Back to Devexpress

AIChatResource Constructors

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-aichatresource-dot-ctor.md

latest2.6 KB
Original Source

AIChatResource Constructors

Defines a user-selectable context for a chat session.

NameParametersDescription
AIChatResource(String, String, AIChatResource.AIContentProvider, String, String)uri, name, aiContentProvider, mimeType, descriptionInitializes a new instance of the AIChatResource class with specified settings.
AIChatResource(String, String, Func<AIChatResource, CancellationToken, Task<ReadOnlyMemory<Byte>>>, String, String)uri, name, binaryDataProvider, mimeType, descriptionInitializes a new instance of the AIChatResource class with specified settings.
AIChatResource(String, String, Func<AIChatResource, CancellationToken, Task<String>>, String, String)uri, name, textContentProvider, mimeType, descriptionInitializes a new instance of the AIChatResource class with specified settings.
AIChatResource(String, String, ReadOnlyMemory<Byte>, String, String)uri, name, data, mimeType, descriptionInitializes a new instance of the AIChatResource class with specified settings.
AIChatResource(String, String, String, String, String)uri, name, text, mimeType, descriptionInitializes a new instance of the AIChatResource class with specified settings.

See Also

AIChatResource Class

AIChatResource Members

DevExpress.AIIntegration.Blazor.Chat Namespace