public sealed class GoogleSearchTool.Types.PromptConfig : IMessage<GoogleSearchTool.Types.PromptConfig>, IEquatable<GoogleSearchTool.Types.PromptConfig>, IDeepCloneable<GoogleSearchTool.Types.PromptConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class GoogleSearchTool.Types.PromptConfig.
Prompt settings used by the model when processing or summarizing the google search results.
Implements
IMessageGoogleSearchToolTypesPromptConfig, IEquatableGoogleSearchToolTypesPromptConfig, IDeepCloneableGoogleSearchToolTypesPromptConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
PromptConfig()
public PromptConfig()PromptConfig(PromptConfig)
public PromptConfig(GoogleSearchTool.Types.PromptConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
GoogleSearchToolTypesPromptConfig |
Properties
TextPrompt
public string TextPrompt { get; set; }Optional. Defines the prompt used for the system instructions when interacting with the agent in chat conversations. If not set, default prompt will be used.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VoicePrompt
public string VoicePrompt { get; set; }Optional. Defines the prompt used for the system instructions when interacting with the agent in voice conversations. If not set, default prompt will be used.
| Property Value | |
|---|---|
| Type | Description |
string |
|