PatternExtensions.UpdatePatternAsync 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.PatternRuleInfo> UpdatePatternAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IPattern operations, Guid appId, string versionId, Guid patternId, Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleUpdateObject pattern, System.Threading.CancellationToken cancellationToken = default);
static member UpdatePatternAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IPattern * Guid * string * Guid * Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleUpdateObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PatternRuleInfo>
<Extension()>
Public Function UpdatePatternAsync (operations As IPattern, appId As Guid, versionId As String, patternId As Guid, pattern As PatternRuleUpdateObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PatternRuleInfo)
Parameters
- operations
- IPattern
- appId
- Guid
- versionId
- String
- patternId
- Guid
- pattern
- PatternRuleUpdateObject
- cancellationToken
- CancellationToken
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET