Interface AIMappingMatchOption

Options for matching when an AI transform mapping should trigger. Each match option object contains a field, should and value property. Together they form logical conditions such as SUBJECT should CONTAIN value.

Export

Interface

AIMappingMatchOption

Hierarchy

  • AIMappingMatchOption

Properties

Properties

Fields of an email, sms, or attachment object that can be used to filter results

Memberof

AIMappingMatchOption

How the value of the field specified should be compared to the value given in the match options.

Memberof

AIMappingMatchOption

value: string

The value you wish to compare with the value of the field specified using the should value passed. For example BODY should CONTAIN a value passed. When should value is MATCH pass a regex

Memberof

AIMappingMatchOption