Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ImportAppResponse.
Response message for AgentService.ImportApp.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The resource name of the app that was imported.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The resource name of the app that was imported.
Returns
- (::String) — The resource name of the app that was imported.
#warnings
def warnings() -> ::Array<::String>
Returns
- (::Array<::String>) — 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.
#warnings=
def warnings=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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.
Returns
- (::Array<::String>) — 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.