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)


8027
8028
8029
8030
8031
8032
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8027

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)


8027
8028
8029
8030
8031
8032
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8027

class NotesChunkDataDetails < Struct.new(
  :completion,
  :next_chunk_token)
  SENSITIVE = [:completion]
  include Aws::Structure
end