Class: Aws::QConnect::Types::ContentDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ContentDataDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Details about the content data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ranking_data ⇒ Types::RankingData
Details about the content ranking data.
-
#text_data ⇒ Types::TextData
Details about the content text data.
Instance Attribute Details
#ranking_data ⇒ Types::RankingData
Details about the content ranking data.
1985 1986 1987 1988 1989 1990 |
# File 'lib/aws-sdk-qconnect/types.rb', line 1985 class ContentDataDetails < Struct.new( :text_data, :ranking_data) SENSITIVE = [] include Aws::Structure end |
#text_data ⇒ Types::TextData
Details about the content text data.
1985 1986 1987 1988 1989 1990 |
# File 'lib/aws-sdk-qconnect/types.rb', line 1985 class ContentDataDetails < Struct.new( :text_data, :ranking_data) SENSITIVE = [] include Aws::Structure end |