Class: Aws::Connect::Types::AiAgentsCriteria

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

Overview

AI Agent search criteria definitions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#criteriaArray<Types::AiAgentSearchCriteria>

The list of criteria based on AI Agent metadata.

Returns:



692
693
694
695
696
# File 'lib/aws-sdk-connect/types.rb', line 692

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