[][src]Struct rusoto_kendra::SalesforceKnowledgeArticleConfiguration

pub struct SalesforceKnowledgeArticleConfiguration {
    pub custom_knowledge_article_type_configurations: Option<Vec<SalesforceCustomKnowledgeArticleTypeConfiguration>>,
    pub included_states: Vec<String>,
    pub standard_knowledge_article_type_configuration: Option<SalesforceStandardKnowledgeArticleTypeConfiguration>,
}

Specifies configuration information for the knowlege 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

Fields

custom_knowledge_article_type_configurations: Option<Vec<SalesforceCustomKnowledgeArticleTypeConfiguration>>

Provides configuration information for custom Salesforce knowledge articles.

included_states: Vec<String>

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

standard_knowledge_article_type_configuration: Option<SalesforceStandardKnowledgeArticleTypeConfiguration>

Provides configuration information for standard Salesforce knowledge articles.

Trait Implementations

impl Clone for SalesforceKnowledgeArticleConfiguration[src]

impl Debug for SalesforceKnowledgeArticleConfiguration[src]

impl Default for SalesforceKnowledgeArticleConfiguration[src]

impl<'de> Deserialize<'de> for SalesforceKnowledgeArticleConfiguration[src]

impl PartialEq<SalesforceKnowledgeArticleConfiguration> for SalesforceKnowledgeArticleConfiguration[src]

impl Serialize for SalesforceKnowledgeArticleConfiguration[src]

impl StructuralPartialEq for SalesforceKnowledgeArticleConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.