AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Examples
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-connect
include
aws
connect
model
LexVersion.h
1
6
#pragma once
7
#include <aws/connect/Connect_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Connect
13
{
14
namespace
Model
15
{
16
enum class
LexVersion
17
{
18
NOT_SET
,
19
V1
,
20
V2
21
};
22
23
namespace
LexVersionMapper
24
{
25
AWS_CONNECT_API
LexVersion
GetLexVersionForName
(
const
Aws::String
& name);
26
27
AWS_CONNECT_API
Aws::String
GetNameForLexVersion
(
LexVersion
value);
28
}
// namespace LexVersionMapper
29
}
// namespace Model
30
}
// namespace Connect
31
}
// namespace Aws
Aws::Connect::Model::LexVersionMapper::GetLexVersionForName
AWS_CONNECT_API LexVersion GetLexVersionForName(const Aws::String &name)
Aws::Connect::Model::LexVersionMapper::GetNameForLexVersion
AWS_CONNECT_API Aws::String GetNameForLexVersion(LexVersion value)
Aws::Connect::Model::LexVersion
LexVersion
Definition
LexVersion.h:17
Aws::Connect::Model::LexVersion::V1
@ V1
Aws::Connect::Model::LexVersion::V2
@ V2
Aws::Connect::Model::ActionType::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences