Class: Aws::QConnect::Types::NotesChunkDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::NotesChunkDataDetails
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Details about notes chunk data.
Constant Summary collapse
- SENSITIVE =
[:completion]
Instance Attribute Summary collapse
-
#completion ⇒ String
A chunk of the notes completion.
-
#next_chunk_token ⇒ String
The token for the next chunk of notes data.
Instance Attribute Details
#completion ⇒ String
A chunk of the notes completion.
8020 8021 8022 8023 8024 8025 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8020 class NotesChunkDataDetails < Struct.new( :completion, :next_chunk_token) SENSITIVE = [:completion] include Aws::Structure end |
#next_chunk_token ⇒ String
The token for the next chunk of notes data.
8020 8021 8022 8023 8024 8025 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8020 class NotesChunkDataDetails < Struct.new( :completion, :next_chunk_token) SENSITIVE = [:completion] include Aws::Structure end |