Class: Aws::QConnect::Types::AIAgentConfigurationData

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

Overview

A type that specifies the AI Agent ID configuration data when mapping an AI Agents to be used for an AI Agent type on a session or assistant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_idString

The ID of the AI Agent to be configured.

Returns:

  • (String)


53
54
55
56
57
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 53

class AIAgentConfigurationData < Struct.new(
  :ai_agent_id)
  SENSITIVE = []
  include Aws::Structure
end