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

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

Reference 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].

Inheritance

object > CreateExampleRequest

Namespace

Google.Cloud.Ces.V1

Assembly

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; }

AppName-typed view over the Parent resource name property.

Property Value
Type Description
AppName