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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::GenerateAppResourceRequest.

Request message for AgentService.GenerateAppResource.

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) — The agent resource to be used by the LLM assistant, can be empty for generating a new agent.

    Note: The following fields are mutually exclusive: agent, tool, toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#agent=

def agent=(value) -> ::Google::Cloud::Ces::V1beta::Agent
Parameter
  • value (::Google::Cloud::Ces::V1beta::Agent) — The agent resource to be used by the LLM assistant, can be empty for generating a new agent.

    Note: The following fields are mutually exclusive: agent, tool, toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Ces::V1beta::Agent) — The agent resource to be used by the LLM assistant, can be empty for generating a new agent.

    Note: The following fields are mutually exclusive: agent, tool, toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#app_generation_config

def app_generation_config() -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::AppGenerationConfig
Returns

#app_generation_config=

def app_generation_config=(value) -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::AppGenerationConfig
Parameter
Returns

#evaluation_generation_config

def evaluation_generation_config() -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::EvaluationGenerationConfig
Returns

#evaluation_generation_config=

def evaluation_generation_config=(value) -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::EvaluationGenerationConfig
Parameter
Returns

#evaluation_personas_generation_config

def evaluation_personas_generation_config() -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::EvaluationPersonasGenerationConfig
Returns

#evaluation_personas_generation_config=

def evaluation_personas_generation_config=(value) -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::EvaluationPersonasGenerationConfig
Parameter
Returns

#hill_climbing_fix_config

def hill_climbing_fix_config() -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::HillClimbingFixConfig
Returns

#hill_climbing_fix_config=

def hill_climbing_fix_config=(value) -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::HillClimbingFixConfig
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the app to generate the resource for.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the app to generate the resource for.
Returns
  • (::String) — Required. The resource name of the app to generate the resource for.

#quality_report_generation_config

def quality_report_generation_config() -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::QualityReportGenerationConfig
Returns

#quality_report_generation_config=

def quality_report_generation_config=(value) -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::QualityReportGenerationConfig
Parameter
Returns

#refine_instructions

def refine_instructions() -> ::Array<::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::RefineInstructions>
Returns

#refine_instructions=

def refine_instructions=(value) -> ::Array<::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::RefineInstructions>
Parameter
Returns

#tool

def tool() -> ::Google::Cloud::Ces::V1beta::Tool
Returns
  • (::Google::Cloud::Ces::V1beta::Tool) — The tool resource to be used by the LLM assistant, can be empty for generating a new tool.

    Note: The following fields are mutually exclusive: tool, agent, toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#tool=

def tool=(value) -> ::Google::Cloud::Ces::V1beta::Tool
Parameter
  • value (::Google::Cloud::Ces::V1beta::Tool) — The tool resource to be used by the LLM assistant, can be empty for generating a new tool.

    Note: The following fields are mutually exclusive: tool, agent, toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Ces::V1beta::Tool) — The tool resource to be used by the LLM assistant, can be empty for generating a new tool.

    Note: The following fields are mutually exclusive: tool, agent, toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#tool_generation_config

def tool_generation_config() -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::ToolGenerationConfig
Returns

#tool_generation_config=

def tool_generation_config=(value) -> ::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::ToolGenerationConfig
Parameter
Returns

#toolset

def toolset() -> ::Google::Cloud::Ces::V1beta::Toolset
Returns
  • (::Google::Cloud::Ces::V1beta::Toolset) — The toolset resource to be used by the LLM assistant, can be empty for generating a new toolset.

    Note: The following fields are mutually exclusive: toolset, agent, tool. If a field in that set is populated, all other fields in the set will automatically be cleared.

#toolset=

def toolset=(value) -> ::Google::Cloud::Ces::V1beta::Toolset
Parameter
  • value (::Google::Cloud::Ces::V1beta::Toolset) — The toolset resource to be used by the LLM assistant, can be empty for generating a new toolset.

    Note: The following fields are mutually exclusive: toolset, agent, tool. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Ces::V1beta::Toolset) — The toolset resource to be used by the LLM assistant, can be empty for generating a new toolset.

    Note: The following fields are mutually exclusive: toolset, agent, tool. If a field in that set is populated, all other fields in the set will automatically be cleared.