AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-lex
include
aws
lex
model
DialogState.h
1
6
#pragma once
7
#include <aws/lex/LexRuntimeService_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
LexRuntimeService
13
{
14
namespace
Model
15
{
16
enum class
DialogState
17
{
18
NOT_SET
,
19
ElicitIntent
,
20
ConfirmIntent
,
21
ElicitSlot
,
22
Fulfilled
,
23
ReadyForFulfillment
,
24
Failed
25
};
26
27
namespace
DialogStateMapper
28
{
29
AWS_LEXRUNTIMESERVICE_API
DialogState
GetDialogStateForName
(
const
Aws::String
& name);
30
31
AWS_LEXRUNTIMESERVICE_API
Aws::String
GetNameForDialogState
(
DialogState
value);
32
}
// namespace DialogStateMapper
33
}
// namespace Model
34
}
// namespace LexRuntimeService
35
}
// namespace Aws
Aws::LexRuntimeService::Model::DialogStateMapper::GetNameForDialogState
AWS_LEXRUNTIMESERVICE_API Aws::String GetNameForDialogState(DialogState value)
Aws::LexRuntimeService::Model::DialogStateMapper::GetDialogStateForName
AWS_LEXRUNTIMESERVICE_API DialogState GetDialogStateForName(const Aws::String &name)
Aws::LexRuntimeService::Model::ConfirmationStatus::NOT_SET
@ NOT_SET
Aws::LexRuntimeService::Model::DialogState
DialogState
Definition
DialogState.h:17
Aws::LexRuntimeService::Model::DialogState::ReadyForFulfillment
@ ReadyForFulfillment
Aws::LexRuntimeService::Model::DialogState::Fulfilled
@ Fulfilled
Aws::LexRuntimeService::Model::DialogState::Failed
@ Failed
Aws::LexRuntimeService::Model::DialogActionType::ElicitIntent
@ ElicitIntent
Aws::LexRuntimeService::Model::DialogActionType::ConfirmIntent
@ ConfirmIntent
Aws::LexRuntimeService::Model::DialogActionType::ElicitSlot
@ ElicitSlot
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