Show / Hide Table of Contents

Class GenerateAppResourceResponse

Response message for AgentService.GenerateAppResource.

Inheritance
object
GenerateAppResourceResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class GenerateAppResourceResponse : IDirectResponseSchema

Properties

Agent

Agent generated by the LLM assistant.

Declaration
[JsonProperty("agent")]
public virtual Agent Agent { get; set; }
Property Value
Type Description
Agent

AppResources

The app resources generated by the LLM assistant.

Declaration
[JsonProperty("appResources")]
public virtual GenerateAppResourceResponseAppResources AppResources { get; set; }
Property Value
Type Description
GenerateAppResourceResponseAppResources

AppSnapshot

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

Declaration
[JsonProperty("appSnapshot")]
public virtual AppSnapshot AppSnapshot { get; set; }
Property Value
Type Description
AppSnapshot

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Evaluations

Evaluations generated by the LLM assistant.

Declaration
[JsonProperty("evaluations")]
public virtual GenerateAppResourceResponseEvaluations Evaluations { get; set; }
Property Value
Type Description
GenerateAppResourceResponseEvaluations

GenerateResultInfo

Additional information about the generated result.

Declaration
[JsonProperty("generateResultInfo")]
public virtual GenerateAppResourceResponseGenerateResultInfo GenerateResultInfo { get; set; }
Property Value
Type Description
GenerateAppResourceResponseGenerateResultInfo

Tools

The list of tools generated by the LLM assistant.

Declaration
[JsonProperty("tools")]
public virtual GenerateAppResourceResponseTools Tools { get; set; }
Property Value
Type Description
GenerateAppResourceResponseTools

Toolset

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

Declaration
[JsonProperty("toolset")]
public virtual Toolset Toolset { get; set; }
Property Value
Type Description
Toolset

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX