Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::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::V1beta::Agent
Returns
- (::Google::Cloud::Ces::V1beta::Agent) — Required. The agent to create.
#agent=
def agent=(value) -> ::Google::Cloud::Ces::V1beta::Agent
Parameter
- value (::Google::Cloud::Ces::V1beta::Agent) — Required. The agent to create.
Returns
- (::Google::Cloud::Ces::V1beta::Agent) — Required. The agent to create.
#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.