Gemini Enterprise for Customer Experience V1 API - Class Google::Cloud::Ces::V1::CreateAgentRequest (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::CreateAgentRequest.

Request message for AgentService.CreateAgent.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#agent

def agent() -> ::Google::Cloud::Ces::V1::Agent
Returns

#agent=

def agent=(value) -> ::Google::Cloud::Ces::V1::Agent
Parameter
Returns

#agent_id

def agent_id() -> ::String
Returns
  • (::String) — Optional. The ID to use for the agent, which will become the final component of the agent's resource name. If not provided, a unique ID will be automatically assigned for the agent.

#agent_id=

def agent_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The ID to use for the agent, which will become the final component of the agent's resource name. If not provided, a unique ID will be automatically assigned for the agent.
Returns
  • (::String) — Optional. The ID to use for the agent, which will become the final component of the agent's resource name. If not provided, a unique ID will be automatically assigned for the agent.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the app to create an agent in.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the app to create an agent in.
Returns
  • (::String) — Required. The resource name of the app to create an agent in.