Show / Hide Table of Contents

Class DataStoreToolModalityConfig

If specified, will apply the given configuration for the specified modality.

Inheritance
object
DataStoreToolModalityConfig
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.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class DataStoreToolModalityConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GroundingConfig

Optional. The grounding configuration.

Declaration
[JsonProperty("groundingConfig")]
public virtual DataStoreToolGroundingConfig GroundingConfig { get; set; }
Property Value
Type Description
DataStoreToolGroundingConfig

ModalityType

Required. The modality type.

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

RewriterConfig

Optional. The rewriter config.

Declaration
[JsonProperty("rewriterConfig")]
public virtual DataStoreToolRewriterConfig RewriterConfig { get; set; }
Property Value
Type Description
DataStoreToolRewriterConfig

SummarizationConfig

Optional. The summarization config.

Declaration
[JsonProperty("summarizationConfig")]
public virtual DataStoreToolSummarizationConfig SummarizationConfig { get; set; }
Property Value
Type Description
DataStoreToolSummarizationConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX