AnalyticsIntentFilter
Contains fields describing a condition by which to filter the intents. The expression may be understood as name``operator``values. For example:
IntentName CO Book– The intent name contains the string "Book."BotVersion EQ 2– The bot version is equal to two.
The operators that each filter supports are listed below:
BotAlias–EQ.BotVersion–EQ.LocaleId–EQ.Modality–EQ.Channel–EQ.SessionId–EQ.OriginatingRequestId–EQ.IntentName–EQ,CO.IntentEndState–EQ,CO.
Types
Properties
The category by which to filter the intents. The descriptions for each option are as follows:
The operation by which to filter the category. The following operations are possible:
An array containing the values of the category by which to apply the operator to filter the results. You can provide multiple values if the operator is EQ or CO. If you provide multiple values, you filter for results that equal/contain any of the values. For example, if the name, operator, and values fields are Modality, EQ, and [Speech, Text], the operation filters for results where the modality was either Speech or Text.