Class: Aws::QConnect::Types::SelfServiceConversationHistory

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

The conversation history data to included in conversation context data before the Amazon Q in Connect session.

Constant Summary collapse

SENSITIVE =
[:input_transcript, :bot_response]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_responseString

The bot response of the conversation history data.

Returns:

  • (String)


10254
10255
10256
10257
10258
10259
10260
10261
# File 'lib/aws-sdk-qconnect/types.rb', line 10254

class SelfServiceConversationHistory < Struct.new(
  :turn_number,
  :input_transcript,
  :bot_response,
  :timestamp)
  SENSITIVE = [:input_transcript, :bot_response]
  include Aws::Structure
end

#input_transcriptString

The input transcript of the conversation history data.

Returns:

  • (String)


10254
10255
10256
10257
10258
10259
10260
10261
# File 'lib/aws-sdk-qconnect/types.rb', line 10254

class SelfServiceConversationHistory < Struct.new(
  :turn_number,
  :input_transcript,
  :bot_response,
  :timestamp)
  SENSITIVE = [:input_transcript, :bot_response]
  include Aws::Structure
end

#timestampTime

The timestamp of the conversation history entry.

Returns:

  • (Time)


10254
10255
10256
10257
10258
10259
10260
10261
# File 'lib/aws-sdk-qconnect/types.rb', line 10254

class SelfServiceConversationHistory < Struct.new(
  :turn_number,
  :input_transcript,
  :bot_response,
  :timestamp)
  SENSITIVE = [:input_transcript, :bot_response]
  include Aws::Structure
end

#turn_numberInteger

The number of turn of the conversation history data.

Returns:

  • (Integer)


10254
10255
10256
10257
10258
10259
10260
10261
# File 'lib/aws-sdk-qconnect/types.rb', line 10254

class SelfServiceConversationHistory < Struct.new(
  :turn_number,
  :input_transcript,
  :bot_response,
  :timestamp)
  SENSITIVE = [:input_transcript, :bot_response]
  include Aws::Structure
end