class Aws::ConnectWisdomService::Types::UpdateKnowledgeBaseTemplateUriRequest

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

data as a hash:

    {
      knowledge_base_id: "UuidOrArn", # required
      template_uri: "Uri", # required
    }

@!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] template_uri

The template URI to update.
@return [String]

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

Constants

SENSITIVE