Class: Aws::QConnect::Types::NoteTakingAIAgentConfiguration

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

Overview

The configuration for AI Agents of type NOTE_TAKING.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#localeString

The locale setting for language-specific case summarization generation (for example, en_US, es_ES).

Returns:

  • (String)


8000
8001
8002
8003
8004
8005
8006
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8000

class NoteTakingAIAgentConfiguration < Struct.new(
  :note_taking_ai_prompt_id,
  :note_taking_ai_guardrail_id,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#note_taking_ai_guardrail_idString

The AI Guardrail identifier used by the Note Taking AI Agent.

Returns:

  • (String)


8000
8001
8002
8003
8004
8005
8006
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8000

class NoteTakingAIAgentConfiguration < Struct.new(
  :note_taking_ai_prompt_id,
  :note_taking_ai_guardrail_id,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#note_taking_ai_prompt_idString

The AI Prompt identifier used by the Note Taking AI Agent.

Returns:

  • (String)


8000
8001
8002
8003
8004
8005
8006
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8000

class NoteTakingAIAgentConfiguration < Struct.new(
  :note_taking_ai_prompt_id,
  :note_taking_ai_guardrail_id,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end