Class: Aws::QConnect::Types::DeleteAIAgentVersionRequest

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_idString

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

Returns:

  • (String)


3897
3898
3899
3900
3901
3902
3903
# File 'lib/aws-sdk-qconnect/types.rb', line 3897

class DeleteAIAgentVersionRequest < Struct.new(
  :assistant_id,
  :ai_agent_id,
  :version_number)
  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)


3897
3898
3899
3900
3901
3902
3903
# File 'lib/aws-sdk-qconnect/types.rb', line 3897

class DeleteAIAgentVersionRequest < Struct.new(
  :assistant_id,
  :ai_agent_id,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number of the AI Agent version.

Returns:

  • (Integer)


3897
3898
3899
3900
3901
3902
3903
# File 'lib/aws-sdk-qconnect/types.rb', line 3897

class DeleteAIAgentVersionRequest < Struct.new(
  :assistant_id,
  :ai_agent_id,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end