Share via


ConversationsModelFactory.ListKey(String) Method

Definition

Initializes a new instance of ListKey.

public static Azure.AI.Language.Conversations.Models.ListKey ListKey (string key = default);
static member ListKey : string -> Azure.AI.Language.Conversations.Models.ListKey
Public Shared Function ListKey (Optional key As String = Nothing) As ListKey

Parameters

key
String

The canonical form of the extracted entity.

Returns

A new ListKey instance for mocking.

Applies to