Skip to content

Literals#

Index > LexModelsV2 > Literals

Auto-generated documentation for LexModelsV2 type annotations stubs module mypy-boto3-lexv2-models.

AggregatedUtterancesFilterNameType#

# AggregatedUtterancesFilterNameType usage example

from mypy_boto3_lexv2_models.literals import AggregatedUtterancesFilterNameType

def get_value() -> AggregatedUtterancesFilterNameType:
    return "Utterance"
# AggregatedUtterancesFilterNameType definition

AggregatedUtterancesFilterNameType = Literal[
    "Utterance",
]

AggregatedUtterancesFilterOperatorType#

# AggregatedUtterancesFilterOperatorType usage example

from mypy_boto3_lexv2_models.literals import AggregatedUtterancesFilterOperatorType

def get_value() -> AggregatedUtterancesFilterOperatorType:
    return "CO"
# AggregatedUtterancesFilterOperatorType definition

AggregatedUtterancesFilterOperatorType = Literal[
    "CO",
    "EQ",
]

AggregatedUtterancesSortAttributeType#

# AggregatedUtterancesSortAttributeType usage example

from mypy_boto3_lexv2_models.literals import AggregatedUtterancesSortAttributeType

def get_value() -> AggregatedUtterancesSortAttributeType:
    return "HitCount"
# AggregatedUtterancesSortAttributeType definition

AggregatedUtterancesSortAttributeType = Literal[
    "HitCount",
    "MissedCount",
]

AnalyticsBinByNameType#

# AnalyticsBinByNameType usage example

from mypy_boto3_lexv2_models.literals import AnalyticsBinByNameType

def get_value() -> AnalyticsBinByNameType:
    return "ConversationStartTime"
# AnalyticsBinByNameType definition

AnalyticsBinByNameType = Literal[
    "ConversationStartTime",
    "UtteranceTimestamp",
]

AnalyticsCommonFilterNameType#

# AnalyticsCommonFilterNameType usage example

from mypy_boto3_lexv2_models.literals import AnalyticsCommonFilterNameType

def get_value() -> AnalyticsCommonFilterNameType:
    return "BotAliasId"
# AnalyticsCommonFilterNameType definition

AnalyticsCommonFilterNameType = Literal[
    "BotAliasId",
    "BotVersion",
    "Channel",
    "LocaleId",
    "Modality",
]

AnalyticsFilterOperatorType#

# AnalyticsFilterOperatorType usage example

from mypy_boto3_lexv2_models.literals import AnalyticsFilterOperatorType

def get_value() -> AnalyticsFilterOperatorType:
    return "EQ"
# AnalyticsFilterOperatorType definition

AnalyticsFilterOperatorType = Literal[
    "EQ",
    "GT",
    "LT",
]

AnalyticsIntentFieldType#

# AnalyticsIntentFieldType usage example

from mypy_boto3_lexv2_models.literals import AnalyticsIntentFieldType

def get_value() -> AnalyticsIntentFieldType:
    return "IntentEndState"
# AnalyticsIntentFieldType definition

AnalyticsIntentFieldType = Literal[
    "IntentEndState",
    "IntentLevel",
    "IntentName",
]

AnalyticsIntentFilterNameType#

# AnalyticsIntentFilterNameType usage example

from mypy_boto3_lexv2_models.literals import AnalyticsIntentFilterNameType

def get_value() -> AnalyticsIntentFilterNameType:
    return "BotAliasId"
# AnalyticsIntentFilterNameType definition

AnalyticsIntentFilterNameType = Literal[
    "BotAliasId",
    "BotVersion",
    "Channel",
    "IntentEndState",
    "IntentName",
    "LocaleId",
    "Modality",
    "OriginatingRequestId",
    "SessionId",
]

AnalyticsIntentMetricNameType#

# AnalyticsIntentMetricNameType usage example

from mypy_boto3_lexv2_models.literals import AnalyticsIntentMetricNameType

def get_value() -> AnalyticsIntentMetricNameType:
    return "Count"
# AnalyticsIntentMetricNameType definition

AnalyticsIntentMetricNameType = Literal[
    "Count",
    "Dropped",
    "Failure",
    "Success",
    "Switched",
]

AnalyticsIntentStageFieldType