Gemini Enterprise for Customer Experience v1beta API - Class GenerateAppResourceResponse (1.0.0-beta01)

public sealed class GenerateAppResourceResponse : IMessage<GenerateAppResourceResponse>, IEquatable<GenerateAppResourceResponse>, IDeepCloneable<GenerateAppResourceResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class GenerateAppResourceResponse.

Response message for [AgentService.GenerateAppResource][google.cloud.ces.v1beta.AgentService.GenerateAppResource].

Inheritance

object > GenerateAppResourceResponse

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

GenerateAppResourceResponse()

public GenerateAppResourceResponse()

GenerateAppResourceResponse(GenerateAppResourceResponse)

public GenerateAppResourceResponse(GenerateAppResourceResponse other)
Parameter
Name Description
other GenerateAppResourceResponse

Properties

Agent

public Agent Agent { get; set; }

Agent generated by the LLM assistant.

Property Value
Type Description
Agent

AppResources

public GenerateAppResourceResponse.Types.AppResources AppResources { get; set; }

The app resources generated by the LLM assistant.

Property Value
Type Description
GenerateAppResourceResponseTypesAppResources

AppSnapshot

public AppSnapshot AppSnapshot { get; set; }

App snapshot generated by the LLM assistant. This snapshot contains the app, agents & tools generated by the LLM assistant.

Property Value
Type Description
AppSnapshot

Evaluations

public GenerateAppResourceResponse.Types.Evaluations Evaluations { get; set; }

Evaluations generated by the LLM assistant.

Property Value
Type Description
GenerateAppResourceResponseTypesEvaluations

GenerateResultInfo

public GenerateAppResourceResponse.Types.GenerateResultInfo GenerateResultInfo { get; set; }

Additional information about the generated result.

Property Value
Type Description
GenerateAppResourceResponseTypesGenerateResultInfo

GeneratedResourceCase

public GenerateAppResourceResponse.GeneratedResourceOneofCase GeneratedResourceCase { get; }
Property Value
Type Description
GenerateAppResourceResponseGeneratedResourceOneofCase

Tools

public GenerateAppResourceResponse.Types.Tools Tools { get; set; }

The list of tools generated by the LLM assistant.

Property Value
Type Description
GenerateAppResourceResponseTypesTools

Toolset

public Toolset Toolset { get; set; }

Toolset generated by the LLM assistant. Supports Open API toolset schema generation.

Property Value
Type Description
Toolset