Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
{// Union field agent can be only one of the following:"agentUri": string,"agentContent": string,"commitSha": string// End of list of possible types for union field agent.}
Fields
Union field agent. The exported agent. agent can be only one of the following:
agentUri
string
The URI to a file containing the exported agent. This field is populated if agentUri is specified in ExportAgentRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The JSON representation of the exported agent uses a union field named `agent`."],["The `agent` field can be one of the following: `agentUri`, `agentContent`, or `commitSha`."],["`agentUri` specifies a URI to a file containing the exported agent."],["`agentContent` contains the uncompressed raw byte content of the agent, represented as a base64-encoded string."],["`commitSha` indicates the commit SHA of the git push if a git destination is used for export."]]],[]]