ConversationParameters.Members Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Members to add to the conversation.
public System.Collections.Generic.IReadOnlyList<Microsoft.Agents.Core.Models.ChannelAccount> Members { get; set; }
member this.Members : System.Collections.Generic.IReadOnlyList<Microsoft.Agents.Core.Models.ChannelAccount> with get, set
Public Property Members As IReadOnlyList(Of ChannelAccount)