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.
Namespace: Amazon.QConnect.Model
Assembly: AWSSDK.QConnect.dll
Version: 3.x.y.z
public class StartContentUploadRequest : AmazonQConnectRequest IAmazonWebServiceRequest
The StartContentUploadRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
StartContentUploadRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ContentType | System.String |
Gets and sets the property ContentType. The type of content to upload. |
![]() |
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. |
![]() |
PresignedUrlTimeToLive | System.Int32 |
Gets and sets the property PresignedUrlTimeToLive. The expected expiration time of the generated presigned URL, specified in minutes. |
.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