IAIChat.HideLoadingIndicatorAsync() Method
Hides the loading indicator in the chat message area.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v26.1.dll
Declaration
Task HideLoadingIndicatorAsync()
Returns
| Type | Description |
|---|---|
| Task | The task completed when the loading indicator is hidden. |
Remarks
Refer to the HideLoadingIndicatorAsync() method description for additional information and an example.
See Also