Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::RemoteAgentTool.
Represents a tool that allows the agent to call another remote agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_card
def agent_card() -> ::Google::Cloud::Ces::V1beta::AgentCard
Returns
- (::Google::Cloud::Ces::V1beta::AgentCard) — Required. The agent card of the remote agent that this tool invokes.
#agent_card=
def agent_card=(value) -> ::Google::Cloud::Ces::V1beta::AgentCard
Parameter
- value (::Google::Cloud::Ces::V1beta::AgentCard) — Required. The agent card of the remote agent that this tool invokes.
Returns
- (::Google::Cloud::Ces::V1beta::AgentCard) — Required. The agent card of the remote agent that this tool invokes.
#description
def description() -> ::String
Returns
- (::String) — Required. The description of the tool.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Required. The description of the tool.
Returns
- (::String) — Required. The description of the tool.
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the tool.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the tool.
Returns
- (::String) — Required. The name of the tool.