ConversationsResult.Conversations Property

Definition

Gets or sets list of conversations.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.ConversationMembers> Conversations { get; set; }
member this.Conversations : System.Collections.Generic.IList<Microsoft.Bot.Schema.ConversationMembers> with get, set
Public Property Conversations As IList(Of ConversationMembers)

Property Value

A list of conversations.

Applies to