DiscoveryModelFactory.PagedConversation Method
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.
Paged collection of Conversation items.
public static Azure.AI.Discovery.PagedConversation PagedConversation(System.Collections.Generic.IEnumerable<Azure.AI.Discovery.DiscoveryConversation> value = default, Uri nextLink = default);
static member PagedConversation : seq<Azure.AI.Discovery.DiscoveryConversation> * Uri -> Azure.AI.Discovery.PagedConversation
Public Shared Function PagedConversation (Optional value As IEnumerable(Of DiscoveryConversation) = Nothing, Optional nextLink As Uri = Nothing) As PagedConversation
Parameters
- value
- IEnumerable<DiscoveryConversation>
The Conversation items on this page.
- nextLink
- Uri
The link to the next page of items.
Returns
A new PagedConversation instance for mocking.