AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains fields describing a condition by which to filter the sessions. The expression
may be understood as name
operator
values
. For example:
LocaleId EQ en
– The locale is "en".
Duration GT 200
– The duration is greater than 200 seconds.
The operators that each filter supports are listed below:
BotAlias
– EQ
.
BotVersion
– EQ
.
LocaleId
– EQ
.
Modality
– EQ
.
Channel
– EQ
.
Duration
– EQ
, GT
, LT
.
conversationEndState
– EQ
, CO
.
SessionId
– EQ
.
OriginatingRequestId
– EQ
.
IntentPath
– EQ
.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class AnalyticsSessionFilter
The AnalyticsSessionFilter type exposes the following members
Name | Description | |
---|---|---|
![]() |
AnalyticsSessionFilter() |
Name | Type | Description | |
---|---|---|---|
![]() |
Name | Amazon.LexModelsV2.AnalyticsSessionFilterName |
Gets and sets the property Name. The category by which to filter the sessions. The descriptions for each option are as follows:
|
![]() |
Operator | Amazon.LexModelsV2.AnalyticsFilterOperator |
Gets and sets the property Operator. The operation by which to filter the category. The following operations are possible:
The operators that each filter supports are listed below:
|
![]() |
Values | System.Collections.Generic.List<System.String> |
Gets and sets the property Values.
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 |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5