简体   繁体   中英

dialogflow ES Avtar update is not showing?

hi I am try to update the avatar pic. however I can't see the update avatar button, when you go to setting and try to update the avatar,. I search all the knowledge in the dialog flow es is not showing these topic.

You can now change the avatar by defining the agent avatar URI in the console (I used link of an image on my replication): 在此处输入图像描述

Sample JSON representation:

{
  "parent": string,
  "displayName": string,
  "defaultLanguageCode": string,
  "supportedLanguageCodes": [
    string
  ],
  "timeZone": string,
  "description": string,
  "avatarUri": string, #Enter uri string here for the avatar
  "enableLogging": boolean,
  "matchMode": enum (MatchMode),
  "classificationThreshold": number,
  "apiVersion": enum (ApiVersion),
  "tier": enum (Tier)
}

As documented here in this article: https://cloud.google.com/dialogflow/es/docs/reference/rest/v2/Agent

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM