public sealed class GetAgentRequest : IMessage<GetAgentRequest>, IEquatable<GetAgentRequest>, IDeepCloneable<GetAgentRequest>, IBufferMessage, IMessageReference 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].
Implements
IMessageGetAgentRequest, IEquatableGetAgentRequest, IDeepCloneableGetAgentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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; }| 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 |
|