Public Access
Add attendee transformation workflows
This commit is contained in:
@@ -12,13 +12,15 @@ internal static class MeetingWorkflowRuleSchema
|
||||
public const string PropertyMeetingTitle = "meeting.title";
|
||||
public const string PropertyTranscriptLine = "transcript.line";
|
||||
public const string ParameterTranscriptSpeaker = "transcript.speaker";
|
||||
public const string PropertyAttendeeName = "attendee.name";
|
||||
|
||||
public static readonly string[] SupportedTriggerKeys =
|
||||
[
|
||||
"created",
|
||||
"state_transition",
|
||||
"speaker_identified",
|
||||
"transcript_line"
|
||||
"transcript_line",
|
||||
"attendee_added"
|
||||
];
|
||||
|
||||
public static readonly string[] SupportedConditionKeys =
|
||||
@@ -42,7 +44,8 @@ internal static class MeetingWorkflowRuleSchema
|
||||
[
|
||||
PropertyTitle,
|
||||
PropertyMeetingTitle,
|
||||
PropertyTranscriptLine
|
||||
PropertyTranscriptLine,
|
||||
PropertyAttendeeName
|
||||
];
|
||||
|
||||
public static bool IsStep(string? value, string step)
|
||||
|
||||
Reference in New Issue
Block a user