AppsExtensions.ListAvailableCustomPrebuiltDomainsForCultureAsync 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<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomain>> ListAvailableCustomPrebuiltDomainsForCultureAsync(this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IApps operations, string culture, System.Threading.CancellationToken cancellationToken = default);
static member ListAvailableCustomPrebuiltDomainsForCultureAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IApps * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PrebuiltDomain>>
<Extension()>
Public Function ListAvailableCustomPrebuiltDomainsForCultureAsync (operations As IApps, culture As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of PrebuiltDomain))
Parameters
- operations
- IApps
- culture
- String
- cancellationToken
- CancellationToken