Literals#
Index > LexRuntimeService > Literals
Auto-generated documentation for LexRuntimeService type annotations stubs module mypy-boto3-lex-runtime.
ConfirmationStatusType#
# ConfirmationStatusType usage example
from mypy_boto3_lex_runtime.literals import ConfirmationStatusType
def get_value() -> ConfirmationStatusType:
return "Confirmed"
# ConfirmationStatusType definition
ConfirmationStatusType = Literal[
"Confirmed",
"Denied",
"None",
]
ContentTypeType#
# Content