DeleteProfileScorable 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public sealed class DeleteProfileScorable : Microsoft.Bot.Builder.Scorables.Internals.ScorableBase<Microsoft.Bot.Connector.IActivity,string,double>
type DeleteProfileScorable = class
inherit ScorableBase<IActivity, string, double>
Public NotInheritable Class DeleteProfileScorable
Inherits ScorableBase(Of IActivity, String, Double)
- 상속
생성자
DeleteProfileScorable(IDialogStack, IBotData, IBotToUser, Regex) |
메서드
명시적 인터페이스 구현
확장 메서드
SelectItem<SourceItem,TargetItem,Score>(IScorable<TargetItem,Score>, Func<SourceItem,TargetItem>) |
람다 식을 사용하여 점수 매기기 가능 항목을 프로젝스합니다. |
SelectScore<Item,SourceScore,TargetScore>(IScorable<Item,SourceScore>, Func<Item,SourceScore,TargetScore>) |
람다 식을 사용하여 채점 가능한 점수를 프로젝스합니다. |
TryPostAsync<Item,Score>(IScorable<Item,Score>, Item, CancellationToken) |
점수가 매겨진 단일 점수에 대해 점수가 매겨진 호출 프로토콜을 호출합니다. |
WhereScore<Item,Score>(IScorable<Item,Score>, Func<Item,Score,Boolean>) |