Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1AssistantGenerationConfig

Configuration for the generation of the assistant response.

Inheritance
object
GoogleCloudDiscoveryengineV1AssistantGenerationConfig
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1AssistantGenerationConfig : 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 GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction SystemInstruction { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1AssistantGenerationConfigSystemInstruction

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX