Gemini Enterprise for Customer Experience v1 API - Class GoogleSearchTool.Types.PromptConfig (1.0.0-beta01)

public sealed class GoogleSearchTool.Types.PromptConfig : IMessage<GoogleSearchTool.Types.PromptConfig>, IEquatable<GoogleSearchTool.Types.PromptConfig>, IDeepCloneable<GoogleSearchTool.Types.PromptConfig>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > GoogleSearchTool.Types.PromptConfig

Namespace

Google.Cloud.Ces.V1

Assembly

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