Back to Devexpress

AIChatResource Members

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-aichatresource-dot-underscore-members.md

latest5.0 KB
Original Source

AIChatResource Members

Defines a user-selectable context for a chat session.

Constructors

NameDescription
AIChatResource(String, String, AIChatResource.AIContentProvider, String, String)Initializes a new instance of the AIChatResource class with specified settings.
AIChatResource(String, String, Func<AIChatResource, CancellationToken, Task<ReadOnlyMemory<Byte>>>, String, String)Initializes a new instance of the AIChatResource class with specified settings.
AIChatResource(String, String, Func<AIChatResource, CancellationToken, Task<String>>, String, String)Initializes a new instance of the AIChatResource class with specified settings.
AIChatResource(String, String, ReadOnlyMemory<Byte>, String, String)Initializes a new instance of the AIChatResource class with specified settings.
AIChatResource(String, String, String, String, String)Initializes a new instance of the AIChatResource class with specified settings.

Properties

NameDescription
DescriptionSpecifies the AI Chat resource description.
GuidReturns the globally unique identifier of the AI Chat resource.
MimeTypeSpecifies the AI Chat resource media type.
NameSpecifies the AI Chat resource name.
UriSpecifies the absolute or relative URI that identifies the AI chat resource.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

AIChatResource Class

DevExpress.AIIntegration.Blazor.Chat Namespace