Class: Aws::VoiceID::Types::EvaluateSessionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The identifier of the domain where the session started.

Returns:

  • (String)


758
759
760
761
762
763
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 758

class EvaluateSessionRequest < Struct.new(
  :domain_id,
  :session_name_or_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_name_or_idString

The session identifier, or name of the session, that you want to evaluate. In Voice ID integration, this is the Contact-Id.

Returns:

  • (String)


758
759
760
761
762
763
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 758

class EvaluateSessionRequest < Struct.new(
  :domain_id,
  :session_name_or_id)
  SENSITIVE = []
  include Aws::Structure
end