DiscoveryModelFactory.PagedConversation Method

Definition

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.

Applies to