Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MultiSelectTemplate #200

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

ywang1110
Copy link

@ywang1110 ywang1110 commented Nov 7, 2023

  1. Reference for the Multi-Select Component Definition
            message.RichContent = new RichContent<TemplateMessage<AttachmentTemplate<MultiSelectTemplate>>>
            {
                Recipient = new Recipient { Id = state.GetConversationId() },
                Message = CreateMultiSelectComponent(serviceComboList)
            };
  1. Local Testing Proof
    image

@ywang1110 ywang1110 marked this pull request as draft November 7, 2023 22:48
@ywang1110 ywang1110 marked this pull request as ready for review November 7, 2023 22:49
@Oceania2018 Oceania2018 merged commit ce10475 into SciSharp:master Nov 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants