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 StartContentUpload operation. Get a URL to upload content to a knowledge base. To upload content, first make a PUT request to the returned URL with your file, making sure to include the required headers. Then use CreateContent to finalize the content creation process or UpdateContent to modify an existing resource. You can only upload content to a knowledge base of type CUSTOM.

Inheritance Hierarchy

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

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

Syntax

C#
public class StartContentUploadRequest : AmazonQConnectRequest
         IAmazonWebServiceRequest

The StartContentUploadRequest type exposes the following members

Constructors

NameDescription
Public Method StartContentUploadRequest()

Properties

NameTypeDescription
Public Property ContentType System.String

Gets and sets the property ContentType.

The type of content to upload.

Public Property KnowledgeBaseId System.String

Gets and sets the property KnowledgeBaseId.

The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.

Public Property PresignedUrlTimeToLive System.Int32

Gets and sets the property PresignedUrlTimeToLive.

The expected expiration time of the generated presigned URL, specified in minutes.

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