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

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

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

Inheritance

object > ExportAppResponse

Namespace

Google.Cloud.Ces.V1

Assembly

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