Class: Aws::Kendra::Types::SalesforceKnowledgeArticleConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Provides the configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_knowledge_article_type_configurationsArray<Types::SalesforceCustomKnowledgeArticleTypeConfiguration>

Configuration information for custom Salesforce knowledge articles.



9058
9059
9060
9061
9062
9063
9064
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9058

class SalesforceKnowledgeArticleConfiguration < Struct.new(
  :included_states,
  :standard_knowledge_article_type_configuration,
  :custom_knowledge_article_type_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#included_statesArray<String>

Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.

Returns:

  • (Array<String>)


9058
9059
9060
9061
9062
9063
9064
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9058

class SalesforceKnowledgeArticleConfiguration < Struct.new(
  :included_states,
  :standard_knowledge_article_type_configuration,
  :custom_knowledge_article_type_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#standard_knowledge_article_type_configurationTypes::SalesforceStandardKnowledgeArticleTypeConfiguration

Configuration information for standard Salesforce knowledge articles.



9058
9059
9060
9061
9062
9063
9064
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9058

class SalesforceKnowledgeArticleConfiguration < Struct.new(
  :included_states,
  :standard_knowledge_article_type_configuration,
  :custom_knowledge_article_type_configurations)
  SENSITIVE = []
  include Aws::Structure
end