Skip to content

Commit

Permalink
feat(dialogflow): update the api
Browse files Browse the repository at this point in the history
#### dialogflow:v2

The following keys were added:
- schemas.GoogleCloudDialogflowV2ConversationProfile.properties.securitySettings.type (Total Keys: 1)
- schemas.GoogleCloudDialogflowV2ConversationProfile.properties.timeZone.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Nov 16, 2021
1 parent 2527744 commit fd46c12
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 58 deletions.
60 changes: 36 additions & 24 deletions docs/dyn/dialogflow_v2.projects.conversationProfiles.html

Large diffs are not rendered by default.

60 changes: 36 additions & 24 deletions docs/dyn/dialogflow_v2.projects.locations.conversationProfiles.html

Large diffs are not rendered by default.

22 changes: 15 additions & 7 deletions googleapiclient/discovery_cache/documents/dialogflow.v2.json
Expand Up @@ -6983,7 +6983,7 @@
}
}
},
"revision": "20211029",
"revision": "20211105",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AudioInput": {
Expand Down Expand Up @@ -10678,7 +10678,7 @@
"id": "GoogleCloudDialogflowV2AutomatedAgentConfig",
"properties": {
"agent": {
"description": "Required. ID of the Dialogflow agent environment to use. This project needs to either be the same project as the conversation or you need to grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow API Service Agent` role in this project. Format: `projects//locations//agent/environments/`. If environment is not specified, the default `draft` environment is used. Refer to [DetectIntentRequest](/dialogflow/docs/reference/rpc/google.cloud.dialogflow.v2#google.cloud.dialogflow.v2.DetectIntentRequest) for more details.",
"description": "Required. ID of the Dialogflow agent environment to use. This project needs to either be the same project as the conversation or you need to grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow API Service Agent` role in this project. - For ES agents, use format: `projects//locations//agent/environments/`. If environment is not specified, the default `draft` environment is used. Refer to [DetectIntentRequest](/dialogflow/docs/reference/rpc/google.cloud.dialogflow.v2#google.cloud.dialogflow.v2.DetectIntentRequest) for more details. - For CX agents, use format `projects//locations//agents//environments/`. If environment is not specified, the default `draft` environment is used.",
"type": "string"
}
},
Expand Down Expand Up @@ -11057,7 +11057,7 @@
"description": "Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access."
},
"languageCode": {
"description": "Language which represents the conversationProfile. If unspecified, the default language code en-us applies. Users need to create a ConversationProfile for each language they want to support.",
"description": "Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-US languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: \"en-US\".",
"type": "string"
},
"loggingConfig": {
Expand All @@ -11076,10 +11076,18 @@
"$ref": "GoogleCloudDialogflowV2NotificationConfig",
"description": "Configuration for publishing conversation lifecycle events."
},
"securitySettings": {
"description": "Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.",
"type": "string"
},
"sttConfig": {
"$ref": "GoogleCloudDialogflowV2SpeechToTextConfig",
"description": "Settings for speech transcription."
},
"timeZone": {
"description": "The time zone of this conversational profile from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. Defaults to America/New_York.",
"type": "string"
},
"updateTime": {
"description": "Output only. Update time of the conversation profile.",
"format": "google-datetime",
Expand Down Expand Up @@ -11681,7 +11689,7 @@
"id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig",
"properties": {
"confidenceThreshold": {
"description": "Confidence threshold of query result. Agent Assist gives each suggestion a score in the range [0.0, 1.0], based on the relevance between the suggestion and the current conversation context. A score of 0.0 has no relevance, while a score of 1.0 has high relevance. Only suggestions with a score greater than or equal to the value of this field are included in the results. For a baseline model (the default), the recommended value is in the range [0.05, 0.1]. For a custom model, there is no recommended value. Tune this value by starting from a very low value and slowly increasing until you have desired results. If this field is not set, it defaults to 0.0, which means that all suggestions are returned. Supported features: ARTICLE_SUGGESTION.",
"description": "Confidence threshold of query result. Agent Assist gives each suggestion a score in the range [0.0, 1.0], based on the relevance between the suggestion and the current conversation context. A score of 0.0 has no relevance, while a score of 1.0 has high relevance. Only suggestions with a score greater than or equal to the value of this field are included in the results. For a baseline model (the default), the recommended value is in the range [0.05, 0.1]. For a custom model, there is no recommended value. Tune this value by starting from a very low value and slowly increasing until you have desired results. If this field is not set, it defaults to 0.0, which means that all suggestions are returned. Supported features: ARTICLE_SUGGESTION, FAQ, SMART_REPLY, SMART_COMPOSE.",
"format": "float",
"type": "number"
},
Expand Down Expand Up @@ -13249,9 +13257,9 @@
"JSON"
],
"enumDescriptions": [
"If it is unspeified, PROTO will be used.",
"Pubsub message will be serialized proto.",
"Pubsub message will be json."
"If it is unspecified, PROTO will be used.",
"Pub/Sub message will be serialized proto.",
"Pub/Sub message will be json."
],
"type": "string"
},
Expand Down
Expand Up @@ -7315,7 +7315,7 @@
}
}
},
"revision": "20211029",
"revision": "20211105",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AudioInput": {
Expand Down
Expand Up @@ -3820,7 +3820,7 @@
}
}
},
"revision": "20211029",
"revision": "20211105",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down
Expand Up @@ -3820,7 +3820,7 @@
}
}
},
"revision": "20211029",
"revision": "20211105",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AudioInput": {
Expand Down

0 comments on commit fd46c12

Please sign in to comment.