Class: Aws::Types::AIAgentSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_arn::String

Returns the value of attribute ai_agent_arn.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def ai_agent_arn
  @ai_agent_arn
end

#ai_agent_id::String

Returns the value of attribute ai_agent_id.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def ai_agent_id
  @ai_agent_id
end

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def assistant_id
  @assistant_id
end

#configurationTypes::AIAgentConfiguration

Returns the value of attribute configuration.



77
78
79
# File 'sig/types.rbs', line 77

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def description
  @description
end

#modified_time::Time

Returns the value of attribute modified_time.

Returns:

  • (::Time)


75
76
77
# File 'sig/types.rbs', line 75

def modified_time
  @modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def name
  @name
end

#origin"SYSTEM", "CUSTOMER"

Returns the value of attribute origin.

Returns:

  • ("SYSTEM", "CUSTOMER")


78
79
80
# File 'sig/types.rbs', line 78

def origin
  @origin
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


80
81
82
# File 'sig/types.rbs', line 80

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


81
82
83
# File 'sig/types.rbs', line 81

def tags
  @tags
end

#type"MANUAL_SEARCH", ...

Returns the value of attribute type.

Returns:

  • ("MANUAL_SEARCH", "ANSWER_RECOMMENDATION", "SELF_SERVICE", "EMAIL_RESPONSE", "EMAIL_OVERVIEW", "EMAIL_GENERATIVE_ANSWER", "ORCHESTRATION", "NOTE_TAKING", "CASE_SUMMARIZATION")


73
74
75
# File 'sig/types.rbs', line 73

def type
  @type
end

#visibility_status"SAVED", "PUBLISHED"

Returns the value of attribute visibility_status.

Returns:

  • ("SAVED", "PUBLISHED")


76
77
78
# File 'sig/types.rbs', line 76

def visibility_status
  @visibility_status
end