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

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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ImportAppResponse.

Response message for [AgentService.ImportApp][google.cloud.ces.v1.AgentService.ImportApp].

Inheritance

object > ImportAppResponse

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

ImportAppResponse()

public ImportAppResponse()

ImportAppResponse(ImportAppResponse)

public ImportAppResponse(ImportAppResponse other)
Parameter
Name Description
other ImportAppResponse

Properties

AppName

public AppName AppName { get; set; }

AppName-typed view over the Name resource name property.

Property Value
Type Description
AppName

Name

public string Name { get; set; }

The resource name of the app that was imported.

Property Value
Type Description
string

Warnings

public RepeatedField<string> Warnings { get; }

Warning messages generated during the import process. If errors occur for specific resources, they will not be included in the imported app and the error will be mentioned here.

Property Value
Type Description
RepeatedFieldstring