Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::AgentCard (v0.2.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::AgentCard.

AgentCard conveys key information about a remote agent. It is a trimmed version of the AgentCard defined in the A2A protocol https://a2a-protocol.org/dev/specification/#441-agentcard

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Required. A description of the agent's domain of action/solution space.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Required. A description of the agent's domain of action/solution space.
Returns
  • (::String) — Required. A description of the agent's domain of action/solution space.

#name

def name() -> ::String
Returns
  • (::String) — Required. A human-readable name for the agent.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. A human-readable name for the agent.
Returns
  • (::String) — Required. A human-readable name for the agent.

#skills

def skills() -> ::Array<::Google::Cloud::Ces::V1beta::AgentSkill>
Returns
  • (::Array<::Google::Cloud::Ces::V1beta::AgentSkill>) — Required. Skills represent a unit of ability an agent can perform. This may somewhat abstract but represents a more focused set of actions that the agent is highly likely to succeed at.

#skills=

def skills=(value) -> ::Array<::Google::Cloud::Ces::V1beta::AgentSkill>
Parameter
  • value (::Array<::Google::Cloud::Ces::V1beta::AgentSkill>) — Required. Skills represent a unit of ability an agent can perform. This may somewhat abstract but represents a more focused set of actions that the agent is highly likely to succeed at.
Returns
  • (::Array<::Google::Cloud::Ces::V1beta::AgentSkill>) — Required. Skills represent a unit of ability an agent can perform. This may somewhat abstract but represents a more focused set of actions that the agent is highly likely to succeed at.

#supported_interfaces

def supported_interfaces() -> ::Array<::Google::Cloud::Ces::V1beta::AgentInterface>
Returns

#supported_interfaces=

def supported_interfaces=(value) -> ::Array<::Google::Cloud::Ces::V1beta::AgentInterface>
Parameter
Returns

#version

def version() -> ::String
Returns
  • (::String) — Required. The version of the agent.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — Required. The version of the agent.
Returns
  • (::String) — Required. The version of the agent.