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

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

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

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

Inheritance

object > CreateToolsetRequest

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

CreateToolsetRequest()

public CreateToolsetRequest()

CreateToolsetRequest(CreateToolsetRequest)

public CreateToolsetRequest(CreateToolsetRequest other)
Parameter
Name Description
other CreateToolsetRequest

Properties

Parent

public string Parent { get; set; }

Required. The resource name of the app to create a toolset 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

Toolset

public Toolset Toolset { get; set; }

Required. The toolset to create.

Property Value
Type Description
Toolset

ToolsetId

public string ToolsetId { get; set; }

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

Property Value
Type Description
string