Class: Aws::QConnect::Types::NotesChunkDataDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#completionString

A chunk of the notes completion.

Returns:

  • (String)


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_tokenString

The token for the next chunk of notes data.

Returns:

  • (String)


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