public sealed class CreateToolsetRequest : IMessage<CreateToolsetRequest>, IEquatable<CreateToolsetRequest>, IDeepCloneable<CreateToolsetRequest>, IBufferMessage, IMessageReference 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].
Implements
IMessageCreateToolsetRequest, IEquatableCreateToolsetRequest, IDeepCloneableCreateToolsetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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; }| 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 |
|