Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::CreateToolsetRequest (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::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::V1beta::Toolset
Returns

#toolset=

def toolset=(value) -> ::Google::Cloud::Ces::V1beta::Toolset
Parameter
Returns

#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.