Class: Aws::QConnect::Types::RemoveAssistantAIAgentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_typeString

The type of the AI Agent being removed for use by default from the Amazon Q in Connect Assistant.

Returns:

  • (String)


9524
9525
9526
9527
9528
9529
9530
# File 'lib/aws-sdk-qconnect/types.rb', line 9524

class RemoveAssistantAIAgentRequest < Struct.new(
  :assistant_id,
  :ai_agent_type,
  :orchestrator_use_case)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_idString

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

Returns:

  • (String)


9524
9525
9526
9527
9528
9529
9530
# File 'lib/aws-sdk-qconnect/types.rb', line 9524

class RemoveAssistantAIAgentRequest < Struct.new(
  :assistant_id,
  :ai_agent_type,
  :orchestrator_use_case)
  SENSITIVE = []
  include Aws::Structure
end

#orchestrator_use_caseString

The orchestrator use case for the AI Agent being removed.

Returns:

  • (String)


9524
9525
9526
9527
9528
9529
9530
# File 'lib/aws-sdk-qconnect/types.rb', line 9524

class RemoveAssistantAIAgentRequest < Struct.new(
  :assistant_id,
  :ai_agent_type,
  :orchestrator_use_case)
  SENSITIVE = []
  include Aws::Structure
end