VersionsExtensions.ImportAsync 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<string> ImportAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IVersions operations, Guid appId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LuisApp luisApp, string versionId = default, System.Threading.CancellationToken cancellationToken = default);
static member ImportAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IVersions * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.LuisApp * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function ImportAsync (operations As IVersions, appId As Guid, luisApp As LuisApp, Optional versionId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- operations
- IVersions
- appId
- Guid
- luisApp
- LuisApp
- versionId
- String
- cancellationToken
- CancellationToken
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET