public sealed class CreateExampleRequest : IMessage<CreateExampleRequest>, IEquatable<CreateExampleRequest>, IDeepCloneable<CreateExampleRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class CreateExampleRequest.
Request message for [AgentService.CreateExample][google.cloud.ces.v1.AgentService.CreateExample].
Implements
IMessageCreateExampleRequest, IEquatableCreateExampleRequest, IDeepCloneableCreateExampleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
CreateExampleRequest()
public CreateExampleRequest()CreateExampleRequest(CreateExampleRequest)
public CreateExampleRequest(CreateExampleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateExampleRequest |
Properties
Example
public Example Example { get; set; }Required. The example to create.
| Property Value | |
|---|---|
| Type | Description |
Example |
|
ExampleId
public string ExampleId { get; set; }Optional. The ID to use for the example, which will become the final component of the example's resource name. If not provided, a unique ID will be automatically assigned for the example.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the app to create an example in.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAppName
public AppName ParentAsAppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|