Skip to content

Commit fd46c12

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowV2ConversationProfile.properties.securitySettings.type (Total Keys: 1) - schemas.GoogleCloudDialogflowV2ConversationProfile.properties.timeZone.type (Total Keys: 1)
1 parent 2527744 commit fd46c12

File tree

6 files changed

+90
-58
lines changed

6 files changed

+90
-58
lines changed

docs/dyn/dialogflow_v2.projects.conversationProfiles.html

Lines changed: 36 additions & 24 deletions
Large diffs are not rendered by default.

docs/dyn/dialogflow_v2.projects.locations.conversationProfiles.html

Lines changed: 36 additions & 24 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/dialogflow.v2.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6983,7 +6983,7 @@
69836983
}
69846984
}
69856985
},
6986-
"revision": "20211029",
6986+
"revision": "20211105",
69876987
"rootUrl": "https://dialogflow.googleapis.com/",
69886988
"schemas": {
69896989
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -10678,7 +10678,7 @@
1067810678
"id": "GoogleCloudDialogflowV2AutomatedAgentConfig",
1067910679
"properties": {
1068010680
"agent": {
10681-
"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 `[email protected]` 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.",
10681+
"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 `[email protected]` 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.",
1068210682
"type": "string"
1068310683
}
1068410684
},
@@ -11057,7 +11057,7 @@
1105711057
"description": "Configuration for connecting to a live agent. Currently, this feature is not general available, please contact Google to get access."
1105811058
},
1105911059
"languageCode": {
11060-
"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.",
11060+
"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\".",
1106111061
"type": "string"
1106211062
},
1106311063
"loggingConfig": {
@@ -11076,10 +11076,18 @@
1107611076
"$ref": "GoogleCloudDialogflowV2NotificationConfig",
1107711077
"description": "Configuration for publishing conversation lifecycle events."
1107811078
},
11079+
"securitySettings": {
11080+
"description": "Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.",
11081+
"type": "string"
11082+
},
1107911083
"sttConfig": {
1108011084
"$ref": "GoogleCloudDialogflowV2SpeechToTextConfig",
1108111085
"description": "Settings for speech transcription."
1108211086
},
11087+
"timeZone": {
11088+
"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.",
11089+
"type": "string"
11090+
},
1108311091
"updateTime": {
1108411092
"description": "Output only. Update time of the conversation profile.",
1108511093
"format": "google-datetime",
@@ -11681,7 +11689,7 @@
1168111689
"id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig",
1168211690
"properties": {
1168311691
"confidenceThreshold": {
11684-
"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.",
11692+
"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.",
1168511693
"format": "float",
1168611694
"type": "number"
1168711695
},
@@ -13249,9 +13257,9 @@
1324913257
"JSON"
1325013258
],
1325113259
"enumDescriptions": [
13252-
"If it is unspeified, PROTO will be used.",
13253-
"Pubsub message will be serialized proto.",
13254-
"Pubsub message will be json."
13260+
"If it is unspecified, PROTO will be used.",
13261+
"Pub/Sub message will be serialized proto.",
13262+
"Pub/Sub message will be json."
1325513263
],
1325613264
"type": "string"
1325713265
},

googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7315,7 +7315,7 @@
73157315
}
73167316
}
73177317
},
7318-
"revision": "20211029",
7318+
"revision": "20211105",
73197319
"rootUrl": "https://dialogflow.googleapis.com/",
73207320
"schemas": {
73217321
"GoogleCloudDialogflowCxV3AudioInput": {

googleapiclient/discovery_cache/documents/dialogflow.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@
38203820
}
38213821
}
38223822
},
3823-
"revision": "20211029",
3823+
"revision": "20211105",
38243824
"rootUrl": "https://dialogflow.googleapis.com/",
38253825
"schemas": {
38263826
"GoogleCloudDialogflowCxV3AdvancedSettings": {

googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@
38203820
}
38213821
}
38223822
},
3823-
"revision": "20211029",
3823+
"revision": "20211105",
38243824
"rootUrl": "https://dialogflow.googleapis.com/",
38253825
"schemas": {
38263826
"GoogleCloudDialogflowCxV3AudioInput": {

0 commit comments

Comments
 (0)