public sealed class ExportAppRequest : IMessage<ExportAppRequest>, IEquatable<ExportAppRequest>, IDeepCloneable<ExportAppRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ExportAppRequest.
Request message for [AgentService.ExportApp][google.cloud.ces.v1.AgentService.ExportApp].
Implements
IMessageExportAppRequest, IEquatableExportAppRequest, IDeepCloneableExportAppRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ExportAppRequest()
public ExportAppRequest()ExportAppRequest(ExportAppRequest)
public ExportAppRequest(ExportAppRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportAppRequest |
Properties
AppName
public AppName AppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|
ExportFormat
public ExportAppRequest.Types.ExportFormat ExportFormat { get; set; }Required. The format to export the app in.
| Property Value | |
|---|---|
| Type | Description |
ExportAppRequestTypesExportFormat |
|
GcsUri
public string GcsUri { get; set; }Optional. The Google Cloud
Storage URI to which to export the
app. The format of this URI must be gs://<bucket-name>/<object-name>. The
exported app archive will be written directly to the specified GCS object.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The resource name of the app to export.
| Property Value | |
|---|---|
| Type | Description |
string |
|