Class: Aws::QConnect::Types::KnowledgeSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::KnowledgeSource
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Note:
KnowledgeSource is a union - when making an API calls you must set exactly one of the members.
A knowledge source that provides content for recommendations.
Direct Known Subclasses
Defined Under Namespace
Classes: AssistantAssociationIds, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assistant_association_ids ⇒ Array<String>
The list of assistant association identifiers for the knowledge source.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#assistant_association_ids ⇒ Array<String>
The list of assistant association identifiers for the knowledge source.
6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6288 class KnowledgeSource < Struct.new( :assistant_association_ids, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AssistantAssociationIds < KnowledgeSource; end class Unknown < KnowledgeSource; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
6288 6289 6290 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6288 def unknown @unknown end |