Gemini Enterprise for Customer Experience V1 API - Class Google::Cloud::Ces::V1::GoogleSearchTool::PromptConfig (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::GoogleSearchTool::PromptConfig.

Prompt settings used by the model when processing or summarizing the google search results.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#text_prompt

def text_prompt() -> ::String
Returns
  • (::String) — 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.

#text_prompt=

def text_prompt=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#voice_prompt

def voice_prompt() -> ::String
Returns
  • (::String) — 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.

#voice_prompt=

def voice_prompt=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.