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
CurrentMetricName.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
CurrentMetricName
17
{
18
NOT_SET
,
19
AGENTS_ONLINE
,
20
AGENTS_AVAILABLE
,
21
AGENTS_ON_CALL
,
22
AGENTS_NON_PRODUCTIVE
,
23
AGENTS_AFTER_CONTACT_WORK
,
24
AGENTS_ERROR
,
25
AGENTS_STAFFED
,
26
CONTACTS_IN_QUEUE
,
27
OLDEST_CONTACT_AGE
,
28
CONTACTS_SCHEDULED
,
29
AGENTS_ON_CONTACT
,
30
SLOTS_ACTIVE
,
31
SLOTS_AVAILABLE
32
};
33
34
namespace
CurrentMetricNameMapper
35
{
36
AWS_CONNECT_API
CurrentMetricName
GetCurrentMetricNameForName
(
const
Aws::String
& name);
37
38
AWS_CONNECT_API
Aws::String
GetNameForCurrentMetricName
(
CurrentMetricName
value);
39
}
// namespace CurrentMetricNameMapper
40
}
// namespace Model
41
}
// namespace Connect
42
}
// namespace Aws
Aws::Connect::Model::CurrentMetricNameMapper::GetCurrentMetricNameForName
AWS_CONNECT_API CurrentMetricName GetCurrentMetricNameForName(const Aws::String &name)
Aws::Connect::Model::CurrentMetricNameMapper::GetNameForCurrentMetricName
AWS_CONNECT_API Aws::String GetNameForCurrentMetricName(CurrentMetricName value)
Aws::Connect::Model::CurrentMetricName
CurrentMetricName
Definition
CurrentMetricName.h:17
Aws::Connect::Model::CurrentMetricName::SLOTS_AVAILABLE
@ SLOTS_AVAILABLE
Aws::Connect::Model::CurrentMetricName::AGENTS_ONLINE
@ AGENTS_ONLINE
Aws::Connect::Model::CurrentMetricName::AGENTS_STAFFED
@ AGENTS_STAFFED
Aws::Connect::Model::CurrentMetricName::SLOTS_ACTIVE
@ SLOTS_ACTIVE
Aws::Connect::Model::CurrentMetricName::AGENTS_ERROR
@ AGENTS_ERROR
Aws::Connect::Model::CurrentMetricName::CONTACTS_IN_QUEUE
@ CONTACTS_IN_QUEUE
Aws::Connect::Model::CurrentMetricName::AGENTS_NON_PRODUCTIVE
@ AGENTS_NON_PRODUCTIVE
Aws::Connect::Model::CurrentMetricName::AGENTS_AVAILABLE
@ AGENTS_AVAILABLE
Aws::Connect::Model::CurrentMetricName::AGENTS_AFTER_CONTACT_WORK
@ AGENTS_AFTER_CONTACT_WORK
Aws::Connect::Model::CurrentMetricName::AGENTS_ON_CONTACT
@ AGENTS_ON_CONTACT
Aws::Connect::Model::CurrentMetricName::CONTACTS_SCHEDULED
@ CONTACTS_SCHEDULED
Aws::Connect::Model::CurrentMetricName::AGENTS_ON_CALL
@ AGENTS_ON_CALL
Aws::Connect::Model::CurrentMetricName::OLDEST_CONTACT_AGE
@ OLDEST_CONTACT_AGE
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