AtAtPathResolver 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對應 @@ = > turn.recognized.entitites.xxx 陣列。
public class AtAtPathResolver : Microsoft.Bot.Builder.Dialogs.Memory.PathResolvers.AliasPathResolver
type AtAtPathResolver = class
inherit AliasPathResolver
Public Class AtAtPathResolver
Inherits AliasPathResolver
- 繼承
建構函式
AtAtPathResolver() |
初始化 AtAtPathResolver 類別的新執行個體。 |
屬性
Alias |
取得別名名稱。 (繼承來源 AliasPathResolver) |
方法
IsPathChar(Char) |
驗證字元是否對路徑有效。 (繼承來源 AliasPathResolver) |
TransformPath(String) |
轉換路徑。 (繼承來源 AliasPathResolver) |