Gemini Enterprise for Customer Experience v1 API - Class GetToolRequest (1.0.0-beta01)

public sealed class GetToolRequest : IMessage<GetToolRequest>, IEquatable<GetToolRequest>, IDeepCloneable<GetToolRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class GetToolRequest.

Request message for [AgentService.GetTool][google.cloud.ces.v1.AgentService.GetTool].

Inheritance

object > GetToolRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

GetToolRequest()

public GetToolRequest()

GetToolRequest(GetToolRequest)

public GetToolRequest(GetToolRequest other)
Parameter
Name Description
other GetToolRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the tool to retrieve.

Property Value
Type Description
string

ToolName

public ToolName ToolName { get; set; }

ToolName-typed view over the Name resource name property.

Property Value
Type Description
ToolName