AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-kendra
include
aws
kendra
model
FaqFileFormat.h
1
6
#pragma once
7
#include <aws/kendra/Kendra_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
kendra
13
{
14
namespace
Model
15
{
16
enum class
FaqFileFormat
17
{
18
NOT_SET
,
19
CSV
,
20
CSV_WITH_HEADER
,
21
JSON
22
};
23
24
namespace
FaqFileFormatMapper
25
{
26
AWS_KENDRA_API
FaqFileFormat
GetFaqFileFormatForName
(
const
Aws::String
& name);
27
28
AWS_KENDRA_API
Aws::String
GetNameForFaqFileFormat
(
FaqFileFormat
value);
29
}
// namespace FaqFileFormatMapper
30
}
// namespace Model
31
}
// namespace kendra
32
}
// namespace Aws
Aws::kendra::Model::FaqFileFormatMapper::GetFaqFileFormatForName
AWS_KENDRA_API FaqFileFormat GetFaqFileFormatForName(const Aws::String &name)
Aws::kendra::Model::FaqFileFormatMapper::GetNameForFaqFileFormat
AWS_KENDRA_API Aws::String GetNameForFaqFileFormat(FaqFileFormat value)
Aws::kendra::Model::ContentType::JSON
@ JSON
Aws::kendra::Model::ContentType::CSV
@ CSV
Aws::kendra::Model::FaqFileFormat
FaqFileFormat
Definition
FaqFileFormat.h:17
Aws::kendra::Model::FaqFileFormat::CSV_WITH_HEADER
@ CSV_WITH_HEADER
Aws::kendra::Model::AdditionalResultAttributeValueType::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