Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::CreateAppRequest.
Request message for AgentService.CreateApp.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app
def app() -> ::Google::Cloud::Ces::V1::App
Returns
- (::Google::Cloud::Ces::V1::App) — Required. The app to create.
#app=
def app=(value) -> ::Google::Cloud::Ces::V1::App
Parameter
- value (::Google::Cloud::Ces::V1::App) — Required. The app to create.
Returns
- (::Google::Cloud::Ces::V1::App) — Required. The app to create.
#app_id
def app_id() -> ::String
Returns
- (::String) — Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
#app_id=
def app_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
Returns
- (::String) — Optional. The ID to use for the app, which will become the final component of the app's resource name. If not provided, a unique ID will be automatically assigned for the app.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of the location to create an app in.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the location to create an app in.
Returns
- (::String) — Required. The resource name of the location to create an app in.