AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IntentState.h
1
6#pragma once
7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace LexRuntimeV2
13{
14namespace Model
15{
16 enum class IntentState
17 {
18 NOT_SET,
19 Failed,
23 Waiting,
25 };
26
27namespace IntentStateMapper
28{
29AWS_LEXRUNTIMEV2_API IntentState GetIntentStateForName(const Aws::String& name);
30
31AWS_LEXRUNTIMEV2_API Aws::String GetNameForIntentState(IntentState value);
32} // namespace IntentStateMapper
33} // namespace Model
34} // namespace LexRuntimeV2
35} // namespace Aws
AWS_LEXRUNTIMEV2_API Aws::String GetNameForIntentState(IntentState value)
AWS_LEXRUNTIMEV2_API IntentState GetIntentStateForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String