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
ParticipantRole.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
ParticipantRole
17
{
18
NOT_SET
,
19
AGENT
,
20
CUSTOMER
,
21
SYSTEM
,
22
CUSTOM_BOT
,
23
SUPERVISOR
24
};
25
26
namespace
ParticipantRoleMapper
27
{
28
AWS_CONNECT_API
ParticipantRole
GetParticipantRoleForName
(
const
Aws::String
& name);
29
30
AWS_CONNECT_API
Aws::String
GetNameForParticipantRole
(
ParticipantRole
value);
31
}
// namespace ParticipantRoleMapper
32
}
// namespace Model
33
}
// namespace Connect
34
}
// namespace Aws
Aws::Connect::Model::ParticipantRoleMapper::GetParticipantRoleForName
AWS_CONNECT_API ParticipantRole GetParticipantRoleForName(const Aws::String &name)
Aws::Connect::Model::ParticipantRoleMapper::GetNameForParticipantRole
AWS_CONNECT_API Aws::String GetNameForParticipantRole(ParticipantRole value)
Aws::Connect::Model::ParticipantRole
ParticipantRole
Definition
ParticipantRole.h:17
Aws::Connect::Model::ParticipantRole::SUPERVISOR
@ SUPERVISOR
Aws::Connect::Model::ParticipantRole::CUSTOM_BOT
@ CUSTOM_BOT
Aws::Connect::Model::ParticipantRole::AGENT
@ AGENT
Aws::Connect::Model::ParticipantRole::CUSTOMER
@ CUSTOMER
Aws::Connect::Model::ParticipantRole::SYSTEM
@ SYSTEM
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