Hide or Replace All Entries of a Certain Type
Hide all entries of a certain type by setting the ConversationEntryType
of that entry to EntryRenderMode.None
.
Replace all entries of a certain type by setting the ConversationEntryType
of that entry to EntryRenderMode.replace
. Here's an example that shows how to replace each entry type and leverage the ConversationClient
interface to handle certain events like sending a response when a quick reply is selected.
You must provide replacements for the entries that you replace. See the Sample Code for Defining Your Own UI for the Text Message Entry Type and Sample Code for Defining Your Own UI for the Choices message Entry Type sections for examples.