Class: Aws::QConnect::Types::EmailOverviewChunkDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::EmailOverviewChunkDataDetails
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Details of streaming chunk data for email overview including completion text and pagination tokens.
Constant Summary collapse
- SENSITIVE =
[:completion]
Instance Attribute Summary collapse
-
#completion ⇒ String
The partial or complete overview text content in structured HTML format with customer issues, resolutions, and next steps.
-
#next_chunk_token ⇒ String
Token for retrieving the next chunk of streaming overview data, if available.
Instance Attribute Details
#completion ⇒ String
The partial or complete overview text content in structured HTML format with customer issues, resolutions, and next steps.
4176 4177 4178 4179 4180 4181 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4176 class EmailOverviewChunkDataDetails < Struct.new( :completion, :next_chunk_token) SENSITIVE = [:completion] include Aws::Structure end |
#next_chunk_token ⇒ String
Token for retrieving the next chunk of streaming overview data, if available.
4176 4177 4178 4179 4180 4181 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4176 class EmailOverviewChunkDataDetails < Struct.new( :completion, :next_chunk_token) SENSITIVE = [:completion] include Aws::Structure end |