Class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig
Configuration for the generation of the assistant response.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfig : IDirectResponseSchema
Properties
AllowedModelIds
Optional. The list of models that are allowed to be used for assistant.
Declaration
[JsonProperty("allowedModelIds")]
public virtual IList<string> AllowedModelIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
DefaultLanguage
The default language to use for the generation of the assistant response. Use an ISO 639-1 language code
such as en. If not specified, the language will be automatically detected.
Declaration
[JsonProperty("defaultLanguage")]
public virtual string DefaultLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultModelId
Optional. The default model to use for assistant.
Declaration
[JsonProperty("defaultModelId")]
public virtual string DefaultModelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SystemInstruction
System instruction, also known as the prompt preamble for LLM calls. See also https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions
Declaration
[JsonProperty("systemInstruction")]
public virtual GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfigSystemInstruction SystemInstruction { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaAssistantGenerationConfigSystemInstruction |