public sealed class CreateAppRequest : IMessage<CreateAppRequest>, IEquatable<CreateAppRequest>, IDeepCloneable<CreateAppRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class CreateAppRequest.
Request message for [AgentService.CreateApp][google.cloud.ces.v1.AgentService.CreateApp].
Implements
IMessageCreateAppRequest, IEquatableCreateAppRequest, IDeepCloneableCreateAppRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
CreateAppRequest()
public CreateAppRequest()CreateAppRequest(CreateAppRequest)
public CreateAppRequest(CreateAppRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateAppRequest |
Properties
App
public App App { get; set; }Required. The app to create.
| Property Value | |
|---|---|
| Type | Description |
App |
|
AppId
public string AppId { get; set; }Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the location to create an app in.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|