Show / Hide Table of Contents

Class DataStoreToolSummarizationConfig

Summarization configuration.

Inheritance
object
DataStoreToolSummarizationConfig
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 DataStoreToolSummarizationConfig : IDirectResponseSchema

Properties

Disabled

Optional. Whether summarization is disabled.

Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

ModelSettings

Optional. Configurations for the LLM model.

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

Prompt

Optional. The prompt definition. If not set, default prompt will be used.

Declaration
[JsonProperty("prompt")]
public virtual string Prompt { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX