minor change
This commit is contained in:
parent
d4ff9e0308
commit
423ed95206
|
|
@ -21,7 +21,7 @@ public class ConversationFilter
|
|||
/// <summary>
|
||||
/// Check whether each key in the list is in the conversation states and its value equals to target value if not empty
|
||||
/// </summary>
|
||||
public List<KeyValue> States { get; set; } = new List<KeyValue>();
|
||||
public IEnumerable<KeyValue> States { get; set; } = new List<KeyValue>();
|
||||
}
|
||||
|
||||
public class KeyValue
|
||||
|
|
|
|||
Loading…
Reference in a new issue