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

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

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

Inheritance

object > ExportAppRequest

Namespace

Google.Cloud.Ces.V1

Assembly

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

AppName-typed view over the Name resource name property.

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