Literals#
Index > ConnectContactLens > Literals
Auto-generated documentation for ConnectContactLens type annotations stubs module mypy-boto3-connect-contact-lens.
PostContactSummaryFailureCodeType#
# PostContactSummaryFailureCodeType usage example
from mypy_boto3_connect_contact_lens.literals import PostContactSummaryFailureCodeType
def get_value() -> PostContactSummaryFailureCodeType:
return "FAILED_SAFETY_GUIDELINES"
# PostContactSummaryFailureCodeType definition
PostContactSummaryFailureCodeType = Literal[
"FAILED_SAFETY_GUIDELINES",
"INSUFFICIENT_CONVERSATION_CONTENT",
"INTERNAL_ERROR",
"INVALID_ANALYSIS_CONFIGURATION",
"QUOTA_EXCEEDED",
]
PostContactSummaryStatusType#
# PostContactSummaryStatusType usage example
from mypy_boto3_connect_contact_lens.literals import PostContactSummaryStatusType
def get_value() -> PostContactSummaryStatusType:
return "COMPLETED"
# PostContactSummaryStatusType definition
PostContactSummaryStatusType = Literal[
"COMPLETED",
"FAILED",
]
SentimentValueType#
# SentimentValueType usage example
from mypy_boto3_connect_contact_lens.literals import SentimentValueType
def get_value() -> SentimentValueType:
return "NEGATIV