AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateContent operation. Creates Amazon Q in Connect content. Before to calling this API, use StartContentUpload to upload an asset.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.QConnect.AmazonQConnectRequest
      Amazon.QConnect.Model.CreateContentRequest

Namespace: Amazon.QConnect.Model
Assembly: AWSSDK.QConnect.dll
Version: 3.x.y.z

Syntax

C#
public class CreateContentRequest : AmazonQConnectRequest
         IAmazonWebServiceRequest

The CreateContentRequest type exposes the following members

Constructors

NameDescription
Public Method CreateContentRequest()

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Public Property KnowledgeBaseId System.String

Gets and sets the property KnowledgeBaseId.

The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Public Property Metadata System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Metadata.

A key/value map to store attributes without affecting tagging or recommendations. For example, when synchronizing data between an external system and Amazon Q in Connect, you can store an external version identifier as metadata to utilize for determining drift.

Public Property Name System.String

Gets and sets the property Name.

The name of the content. Each piece of content in a knowledge base must have a unique name. You can retrieve a piece of content using only its knowledge base and its name with the SearchContent API.

Public Property OverrideLinkOutUri System.String

Gets and sets the property OverrideLinkOutUri.

The URI you want to use for the article. If the knowledge base has a templateUri, setting this argument overrides it for this piece of content.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for this resource.

Public Property Title System.String

Gets and sets the property Title.

The title of the content. If not set, the title is equal to the name.

Public Property UploadId System.String

Gets and sets the property UploadId.

A pointer to the uploaded asset. This value is returned by StartContentUpload.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5