FeaturesExtensions.GetPhraseListAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo> GetPhraseListAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures operations, Guid appId, string versionId, int phraselistId, System.Threading.CancellationToken cancellationToken = default);
static member GetPhraseListAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures * Guid * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraseListFeatureInfo>
<Extension()>
Public Function GetPhraseListAsync (operations As IFeatures, appId As Guid, versionId As String, phraselistId As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PhraseListFeatureInfo)
Parameters
- operations
- IFeatures
- appId
- Guid
- versionId
- String
- phraselistId
- Int32
- cancellationToken
- CancellationToken