menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PromptSuggestionItemTemplateContext - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PromptSuggestionItemTemplateContext

    Inheritance
    System.Object
    PromptSuggestionItemTemplateContext
    Namespace: Syncfusion.Blazor.InteractiveChat
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PromptSuggestionItemTemplateContext : Object

    Constructors

    PromptSuggestionItemTemplateContext()

    Declaration
    public PromptSuggestionItemTemplateContext()

    Properties

    Index

    Gets the index of the prompt suggestion item in the SfAIAssistView component.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    The index of the prompt suggestion item. The default is -1 .

    Remarks

    This property specifies the index for the prompt suggestion item in the AssistViewPrompt in the SfAIAssistView component.

    PromptSuggestion

    Gets or sets the prompt suggestion in the SfAIAssistView component.

    Declaration
    public string PromptSuggestion { get; set; }
    Property Value
    Type Description
    System.String

    A string representing the prompt suggestion. The default is null.

    Remarks

    This property contains the suggestion that can be used as prompt in the SfAIAssistView component.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved