Reference documentation and code samples for the Google Cloud Ces V1 Client class PromptConfig.
Prompt settings used by the model when processing or summarizing the google search results.
Generated from protobuf message google.cloud.ces.v1.GoogleSearchTool.PromptConfig
Namespace
Google \ Cloud \ Ces \ V1 \ GoogleSearchToolMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ text_prompt
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
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.
getTextPrompt
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.
string
setTextPrompt
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.
var
string
$this
getVoicePrompt
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.
string
setVoicePrompt
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.
var
string
$this

