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

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

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

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

Inheritance

object > GetAgentRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

GetAgentRequest()

public GetAgentRequest()

GetAgentRequest(GetAgentRequest)

public GetAgentRequest(GetAgentRequest other)
Parameter
Name Description
other GetAgentRequest

Properties

AgentName

public AgentName AgentName { get; set; }

AgentName-typed view over the Name resource name property.

Property Value
Type Description
AgentName

Name

public string Name { get; set; }

Required. The resource name of the agent to retrieve.

Property Value
Type Description
string