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

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

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

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

Inheritance

object > CreateAgentRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

CreateAgentRequest()

public CreateAgentRequest()

CreateAgentRequest(CreateAgentRequest)

public CreateAgentRequest(CreateAgentRequest other)
Parameter
Name Description
other CreateAgentRequest

Properties

Agent

public Agent Agent { get; set; }

Required. The agent to create.

Property Value
Type Description
Agent

AgentId

public string AgentId { get; set; }

Optional. The ID to use for the agent, which will become the final component of the agent's resource name. If not provided, a unique ID will be automatically assigned for the agent.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the app to create an agent in.

Property Value
Type Description
string

ParentAsAppName

public AppName ParentAsAppName { get; set; }

AppName-typed view over the Parent resource name property.

Property Value
Type Description
AppName