AWS SDK for C++
AWS SDK for C++ Version 1.11.744
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/lex/LexRuntimeService_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
LexRuntimeService {
12
namespace
Model {
13
enum class
DialogState
{
NOT_SET
,
ElicitIntent
,
ConfirmIntent
,
ElicitSlot
,
Fulfilled
,
ReadyForFulfillment
,
Failed
};
14
15
namespace
DialogStateMapper {
16
AWS_LEXRUNTIMESERVICE_API
DialogState
GetDialogStateForName
(
const
Aws::String
& name);
17
18
AWS_LEXRUNTIMESERVICE_API
Aws::String
GetNameForDialogState
(
DialogState
value);
19
}
// namespace DialogStateMapper
20
}
// namespace Model
21
}
// namespace LexRuntimeService
22
}
// 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:13
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