public sealed class ImportAppResponse : IMessage<ImportAppResponse>, IEquatable<ImportAppResponse>, IDeepCloneable<ImportAppResponse>, IBufferMessage, IMessageReference 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].
Implements
IMessageImportAppResponse, IEquatableImportAppResponse, IDeepCloneableImportAppResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
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; }| 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 |
|