class Aws::ConnectWisdomService::Types::CreateContentRequest

@note When making an API call, you may pass CreateContentRequest

data as a hash:

    {
      client_token: "NonEmptyString",
      knowledge_base_id: "UuidOrArn", # required
      metadata: {
        "NonEmptyString" => "NonEmptyString",
      },
      name: "Name", # required
      override_link_out_uri: "Uri",
      tags: {
        "TagKey" => "TagValue",
      },
      title: "ContentTitle",
      upload_id: "NonEmptyString", # required
    }

@!attribute [rw] client_token

A unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] knowledge_base_id

The the identifier of the knowledge base. Can be either the ID or
the ARN. URLs cannot contain the ARN.
@return [String]

@!attribute [rw] metadata

A key/value map to store attributes without affecting tagging or
recommendations. For example, when synchronizing data between an
external system and Wisdom, you can store an external version
identifier as metadata to utilize for determining drift.
@return [Hash<String,String>]

@!attribute [rw] 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][1]
API.

[1]: https://docs.aws.amazon.com/wisdom/latest/APIReference/API_SearchContent.html
@return [String]

@!attribute [rw] override_link_out_uri

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.
@return [String]

@!attribute [rw] tags

The tags used to organize, track, or control access for this
resource.
@return [Hash<String,String>]

@!attribute [rw] title

The title of the content. If not set, the title is equal to the
name.
@return [String]

@!attribute [rw] upload_id

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

[1]: https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateContentRequest AWS API Documentation

Constants

SENSITIVE