Class: Google::Cloud::AgentRegistry::V1::Agent::Skill

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/agentregistry/v1/agent.rb

Overview

Represents the skills of an Agent.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String (readonly)

Returns Output only. A more detailed description of the skill.

Returns:

  • (::String)

    Output only. A more detailed description of the skill.



130
131
132
133
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 130

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#examples::Array<::String> (readonly)

Returns Output only. Example prompts or scenarios this skill can handle.

Returns:

  • (::Array<::String>)

    Output only. Example prompts or scenarios this skill can handle.



130
131
132
133
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 130

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String (readonly)

Returns Output only. A unique identifier for the agent's skill.

Returns:

  • (::String)

    Output only. A unique identifier for the agent's skill.



130
131
132
133
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 130

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. A human-readable name for the agent's skill.

Returns:

  • (::String)

    Output only. A human-readable name for the agent's skill.



130
131
132
133
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 130

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tags::Array<::String> (readonly)

Returns Output only. Keywords describing the skill.

Returns:

  • (::Array<::String>)

    Output only. Keywords describing the skill.



130
131
132
133
# File 'proto_docs/google/cloud/agentregistry/v1/agent.rb', line 130

class Skill
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end