Class: Aws::ConnectWisdomService::Types::UpdateKnowledgeBaseTemplateUriRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::UpdateKnowledgeBaseTemplateUriRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ String
The identifier of the knowledge base.
-
#template_uri ⇒ String
The template URI to update.
Instance Attribute Details
#knowledge_base_id ⇒ String
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you’re storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
3788 3789 3790 3791 3792 3793 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3788 class UpdateKnowledgeBaseTemplateUriRequest < Struct.new( :knowledge_base_id, :template_uri) SENSITIVE = [] include Aws::Structure end |
#template_uri ⇒ String
The template URI to update.
3788 3789 3790 3791 3792 3793 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3788 class UpdateKnowledgeBaseTemplateUriRequest < Struct.new( :knowledge_base_id, :template_uri) SENSITIVE = [] include Aws::Structure end |