public sealed class ExportAppResponse : IMessage<ExportAppResponse>, IEquatable<ExportAppResponse>, IDeepCloneable<ExportAppResponse>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ExportAppResponse.
Response message for [AgentService.ExportApp][google.cloud.ces.v1.AgentService.ExportApp].
Implements
IMessageExportAppResponse, IEquatableExportAppResponse, IDeepCloneableExportAppResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ExportAppResponse()
public ExportAppResponse()ExportAppResponse(ExportAppResponse)
public ExportAppResponse(ExportAppResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportAppResponse |
Properties
AppCase
public ExportAppResponse.AppOneofCase AppCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExportAppResponseAppOneofCase |
|
AppContent
public ByteString AppContent { get; set; }App folder compressed as a zip file.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
AppUri
public string AppUri { get; set; }The Google Cloud Storage URI to which the app was exported.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasAppContent
public bool HasAppContent { get; }Gets whether the "app_content" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasAppUri
public bool HasAppUri { get; }Gets whether the "app_uri" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|