Class: Aws::QConnect::Types::OrchestratorConfigurationEntry

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

Overview

An entry in the orchestrator configuration list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_idString

The identifier of the AI Agent in the orchestrator configuration.

Returns:

  • (String)


8180
8181
8182
8183
8184
8185
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8180

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

#orchestrator_use_caseString

The use case for the orchestrator configuration. (for example Connect.SelfService, Connect.AgentAssistance)

Returns:

  • (String)


8180
8181
8182
8183
8184
8185
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8180

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