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