Class DataStoreToolModalityConfig
If specified, will apply the given configuration for the specified modality.
Implements
Inherited Members
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 |