pulumi-gcp 8.42.0a1756968228__py3-none-any.whl → 9.0.0a1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
pulumi_gcp/diagflow/cx_agent.py
CHANGED
@@ -26,16 +26,22 @@ class CxAgentArgs:
|
|
26
26
|
location: pulumi.Input[_builtins.str],
|
27
27
|
time_zone: pulumi.Input[_builtins.str],
|
28
28
|
advanced_settings: Optional[pulumi.Input['CxAgentAdvancedSettingsArgs']] = None,
|
29
|
+
answer_feedback_settings: Optional[pulumi.Input['CxAgentAnswerFeedbackSettingsArgs']] = None,
|
29
30
|
avatar_uri: Optional[pulumi.Input[_builtins.str]] = None,
|
31
|
+
client_certificate_settings: Optional[pulumi.Input['CxAgentClientCertificateSettingsArgs']] = None,
|
30
32
|
delete_chat_engine_on_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
31
33
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
34
|
+
enable_multi_language_training: Optional[pulumi.Input[_builtins.bool]] = None,
|
32
35
|
enable_spell_correction: Optional[pulumi.Input[_builtins.bool]] = None,
|
33
36
|
enable_stackdriver_logging: Optional[pulumi.Input[_builtins.bool]] = None,
|
34
37
|
gen_app_builder_settings: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']] = None,
|
35
38
|
git_integration_settings: Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']] = None,
|
39
|
+
locked: Optional[pulumi.Input[_builtins.bool]] = None,
|
40
|
+
personalization_settings: Optional[pulumi.Input['CxAgentPersonalizationSettingsArgs']] = None,
|
36
41
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
37
42
|
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
38
43
|
speech_to_text_settings: Optional[pulumi.Input['CxAgentSpeechToTextSettingsArgs']] = None,
|
44
|
+
start_playbook: Optional[pulumi.Input[_builtins.str]] = None,
|
39
45
|
supported_language_codes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
40
46
|
text_to_speech_settings: Optional[pulumi.Input['CxAgentTextToSpeechSettingsArgs']] = None):
|
41
47
|
"""
|
@@ -52,8 +58,13 @@ class CxAgentArgs:
|
|
52
58
|
:param pulumi.Input['CxAgentAdvancedSettingsArgs'] advanced_settings: Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
|
53
59
|
Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
54
60
|
Structure is documented below.
|
61
|
+
:param pulumi.Input['CxAgentAnswerFeedbackSettingsArgs'] answer_feedback_settings: Answer feedback collection settings.
|
62
|
+
Structure is documented below.
|
55
63
|
:param pulumi.Input[_builtins.str] avatar_uri: The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
|
64
|
+
:param pulumi.Input['CxAgentClientCertificateSettingsArgs'] client_certificate_settings: Settings for custom client certificates.
|
65
|
+
Structure is documented below.
|
56
66
|
:param pulumi.Input[_builtins.str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
|
67
|
+
:param pulumi.Input[_builtins.bool] enable_multi_language_training: Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
|
57
68
|
:param pulumi.Input[_builtins.bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
|
58
69
|
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: (Optional, Deprecated)
|
59
70
|
Determines whether this agent should log conversation queries.
|
@@ -63,11 +74,15 @@ class CxAgentArgs:
|
|
63
74
|
Structure is documented below.
|
64
75
|
:param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
|
65
76
|
Structure is documented below.
|
77
|
+
:param pulumi.Input[_builtins.bool] locked: Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for [agents.restore][].
|
78
|
+
:param pulumi.Input['CxAgentPersonalizationSettingsArgs'] personalization_settings: Settings for end user personalization.
|
79
|
+
Structure is documented below.
|
66
80
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
67
81
|
If it is not provided, the provider project is used.
|
68
82
|
:param pulumi.Input[_builtins.str] security_settings: Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
69
83
|
:param pulumi.Input['CxAgentSpeechToTextSettingsArgs'] speech_to_text_settings: Settings related to speech recognition.
|
70
84
|
Structure is documented below.
|
85
|
+
:param pulumi.Input[_builtins.str] start_playbook: Name of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: **projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>**. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
|
71
86
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] supported_language_codes: The list of all languages supported by this agent (except for the default_language_code).
|
72
87
|
:param pulumi.Input['CxAgentTextToSpeechSettingsArgs'] text_to_speech_settings: Settings related to speech synthesizing.
|
73
88
|
Structure is documented below.
|
@@ -78,12 +93,18 @@ class CxAgentArgs:
|
|
78
93
|
pulumi.set(__self__, "time_zone", time_zone)
|
79
94
|
if advanced_settings is not None:
|
80
95
|
pulumi.set(__self__, "advanced_settings", advanced_settings)
|
96
|
+
if answer_feedback_settings is not None:
|
97
|
+
pulumi.set(__self__, "answer_feedback_settings", answer_feedback_settings)
|
81
98
|
if avatar_uri is not None:
|
82
99
|
pulumi.set(__self__, "avatar_uri", avatar_uri)
|
100
|
+
if client_certificate_settings is not None:
|
101
|
+
pulumi.set(__self__, "client_certificate_settings", client_certificate_settings)
|
83
102
|
if delete_chat_engine_on_destroy is not None:
|
84
103
|
pulumi.set(__self__, "delete_chat_engine_on_destroy", delete_chat_engine_on_destroy)
|
85
104
|
if description is not None:
|
86
105
|
pulumi.set(__self__, "description", description)
|
106
|
+
if enable_multi_language_training is not None:
|
107
|
+
pulumi.set(__self__, "enable_multi_language_training", enable_multi_language_training)
|
87
108
|
if enable_spell_correction is not None:
|
88
109
|
pulumi.set(__self__, "enable_spell_correction", enable_spell_correction)
|
89
110
|
if enable_stackdriver_logging is not None:
|
@@ -95,12 +116,18 @@ class CxAgentArgs:
|
|
95
116
|
pulumi.set(__self__, "gen_app_builder_settings", gen_app_builder_settings)
|
96
117
|
if git_integration_settings is not None:
|
97
118
|
pulumi.set(__self__, "git_integration_settings", git_integration_settings)
|
119
|
+
if locked is not None:
|
120
|
+
pulumi.set(__self__, "locked", locked)
|
121
|
+
if personalization_settings is not None:
|
122
|
+
pulumi.set(__self__, "personalization_settings", personalization_settings)
|
98
123
|
if project is not None:
|
99
124
|
pulumi.set(__self__, "project", project)
|
100
125
|
if security_settings is not None:
|
101
126
|
pulumi.set(__self__, "security_settings", security_settings)
|
102
127
|
if speech_to_text_settings is not None:
|
103
128
|
pulumi.set(__self__, "speech_to_text_settings", speech_to_text_settings)
|
129
|
+
if start_playbook is not None:
|
130
|
+
pulumi.set(__self__, "start_playbook", start_playbook)
|
104
131
|
if supported_language_codes is not None:
|
105
132
|
pulumi.set(__self__, "supported_language_codes", supported_language_codes)
|
106
133
|
if text_to_speech_settings is not None:
|
@@ -173,6 +200,19 @@ class CxAgentArgs:
|
|
173
200
|
def advanced_settings(self, value: Optional[pulumi.Input['CxAgentAdvancedSettingsArgs']]):
|
174
201
|
pulumi.set(self, "advanced_settings", value)
|
175
202
|
|
203
|
+
@_builtins.property
|
204
|
+
@pulumi.getter(name="answerFeedbackSettings")
|
205
|
+
def answer_feedback_settings(self) -> Optional[pulumi.Input['CxAgentAnswerFeedbackSettingsArgs']]:
|
206
|
+
"""
|
207
|
+
Answer feedback collection settings.
|
208
|
+
Structure is documented below.
|
209
|
+
"""
|
210
|
+
return pulumi.get(self, "answer_feedback_settings")
|
211
|
+
|
212
|
+
@answer_feedback_settings.setter
|
213
|
+
def answer_feedback_settings(self, value: Optional[pulumi.Input['CxAgentAnswerFeedbackSettingsArgs']]):
|
214
|
+
pulumi.set(self, "answer_feedback_settings", value)
|
215
|
+
|
176
216
|
@_builtins.property
|
177
217
|
@pulumi.getter(name="avatarUri")
|
178
218
|
def avatar_uri(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -185,6 +225,19 @@ class CxAgentArgs:
|
|
185
225
|
def avatar_uri(self, value: Optional[pulumi.Input[_builtins.str]]):
|
186
226
|
pulumi.set(self, "avatar_uri", value)
|
187
227
|
|
228
|
+
@_builtins.property
|
229
|
+
@pulumi.getter(name="clientCertificateSettings")
|
230
|
+
def client_certificate_settings(self) -> Optional[pulumi.Input['CxAgentClientCertificateSettingsArgs']]:
|
231
|
+
"""
|
232
|
+
Settings for custom client certificates.
|
233
|
+
Structure is documented below.
|
234
|
+
"""
|
235
|
+
return pulumi.get(self, "client_certificate_settings")
|
236
|
+
|
237
|
+
@client_certificate_settings.setter
|
238
|
+
def client_certificate_settings(self, value: Optional[pulumi.Input['CxAgentClientCertificateSettingsArgs']]):
|
239
|
+
pulumi.set(self, "client_certificate_settings", value)
|
240
|
+
|
188
241
|
@_builtins.property
|
189
242
|
@pulumi.getter(name="deleteChatEngineOnDestroy")
|
190
243
|
def delete_chat_engine_on_destroy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -206,6 +259,18 @@ class CxAgentArgs:
|
|
206
259
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
207
260
|
pulumi.set(self, "description", value)
|
208
261
|
|
262
|
+
@_builtins.property
|
263
|
+
@pulumi.getter(name="enableMultiLanguageTraining")
|
264
|
+
def enable_multi_language_training(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
265
|
+
"""
|
266
|
+
Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
|
267
|
+
"""
|
268
|
+
return pulumi.get(self, "enable_multi_language_training")
|
269
|
+
|
270
|
+
@enable_multi_language_training.setter
|
271
|
+
def enable_multi_language_training(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
272
|
+
pulumi.set(self, "enable_multi_language_training", value)
|
273
|
+
|
209
274
|
@_builtins.property
|
210
275
|
@pulumi.getter(name="enableSpellCorrection")
|
211
276
|
def enable_spell_correction(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -260,6 +325,31 @@ class CxAgentArgs:
|
|
260
325
|
def git_integration_settings(self, value: Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']]):
|
261
326
|
pulumi.set(self, "git_integration_settings", value)
|
262
327
|
|
328
|
+
@_builtins.property
|
329
|
+
@pulumi.getter
|
330
|
+
def locked(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
331
|
+
"""
|
332
|
+
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for [agents.restore][].
|
333
|
+
"""
|
334
|
+
return pulumi.get(self, "locked")
|
335
|
+
|
336
|
+
@locked.setter
|
337
|
+
def locked(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
338
|
+
pulumi.set(self, "locked", value)
|
339
|
+
|
340
|
+
@_builtins.property
|
341
|
+
@pulumi.getter(name="personalizationSettings")
|
342
|
+
def personalization_settings(self) -> Optional[pulumi.Input['CxAgentPersonalizationSettingsArgs']]:
|
343
|
+
"""
|
344
|
+
Settings for end user personalization.
|
345
|
+
Structure is documented below.
|
346
|
+
"""
|
347
|
+
return pulumi.get(self, "personalization_settings")
|
348
|
+
|
349
|
+
@personalization_settings.setter
|
350
|
+
def personalization_settings(self, value: Optional[pulumi.Input['CxAgentPersonalizationSettingsArgs']]):
|
351
|
+
pulumi.set(self, "personalization_settings", value)
|
352
|
+
|
263
353
|
@_builtins.property
|
264
354
|
@pulumi.getter
|
265
355
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -298,6 +388,18 @@ class CxAgentArgs:
|
|
298
388
|
def speech_to_text_settings(self, value: Optional[pulumi.Input['CxAgentSpeechToTextSettingsArgs']]):
|
299
389
|
pulumi.set(self, "speech_to_text_settings", value)
|
300
390
|
|
391
|
+
@_builtins.property
|
392
|
+
@pulumi.getter(name="startPlaybook")
|
393
|
+
def start_playbook(self) -> Optional[pulumi.Input[_builtins.str]]:
|
394
|
+
"""
|
395
|
+
Name of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: **projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>**. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
|
396
|
+
"""
|
397
|
+
return pulumi.get(self, "start_playbook")
|
398
|
+
|
399
|
+
@start_playbook.setter
|
400
|
+
def start_playbook(self, value: Optional[pulumi.Input[_builtins.str]]):
|
401
|
+
pulumi.set(self, "start_playbook", value)
|
402
|
+
|
301
403
|
@_builtins.property
|
302
404
|
@pulumi.getter(name="supportedLanguageCodes")
|
303
405
|
def supported_language_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
@@ -328,21 +430,29 @@ class CxAgentArgs:
|
|
328
430
|
class _CxAgentState:
|
329
431
|
def __init__(__self__, *,
|
330
432
|
advanced_settings: Optional[pulumi.Input['CxAgentAdvancedSettingsArgs']] = None,
|
433
|
+
answer_feedback_settings: Optional[pulumi.Input['CxAgentAnswerFeedbackSettingsArgs']] = None,
|
331
434
|
avatar_uri: Optional[pulumi.Input[_builtins.str]] = None,
|
435
|
+
client_certificate_settings: Optional[pulumi.Input['CxAgentClientCertificateSettingsArgs']] = None,
|
332
436
|
default_language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
333
437
|
delete_chat_engine_on_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
334
438
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
335
439
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
440
|
+
enable_multi_language_training: Optional[pulumi.Input[_builtins.bool]] = None,
|
336
441
|
enable_spell_correction: Optional[pulumi.Input[_builtins.bool]] = None,
|
337
442
|
enable_stackdriver_logging: Optional[pulumi.Input[_builtins.bool]] = None,
|
338
443
|
gen_app_builder_settings: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']] = None,
|
339
444
|
git_integration_settings: Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']] = None,
|
340
445
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
446
|
+
locked: Optional[pulumi.Input[_builtins.bool]] = None,
|
341
447
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
448
|
+
personalization_settings: Optional[pulumi.Input['CxAgentPersonalizationSettingsArgs']] = None,
|
342
449
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
450
|
+
satisfies_pzi: Optional[pulumi.Input[_builtins.bool]] = None,
|
451
|
+
satisfies_pzs: Optional[pulumi.Input[_builtins.bool]] = None,
|
343
452
|
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
344
453
|
speech_to_text_settings: Optional[pulumi.Input['CxAgentSpeechToTextSettingsArgs']] = None,
|
345
454
|
start_flow: Optional[pulumi.Input[_builtins.str]] = None,
|
455
|
+
start_playbook: Optional[pulumi.Input[_builtins.str]] = None,
|
346
456
|
supported_language_codes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
347
457
|
text_to_speech_settings: Optional[pulumi.Input['CxAgentTextToSpeechSettingsArgs']] = None,
|
348
458
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None):
|
@@ -351,11 +461,16 @@ class _CxAgentState:
|
|
351
461
|
:param pulumi.Input['CxAgentAdvancedSettingsArgs'] advanced_settings: Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
|
352
462
|
Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
353
463
|
Structure is documented below.
|
464
|
+
:param pulumi.Input['CxAgentAnswerFeedbackSettingsArgs'] answer_feedback_settings: Answer feedback collection settings.
|
465
|
+
Structure is documented below.
|
354
466
|
:param pulumi.Input[_builtins.str] avatar_uri: The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
|
467
|
+
:param pulumi.Input['CxAgentClientCertificateSettingsArgs'] client_certificate_settings: Settings for custom client certificates.
|
468
|
+
Structure is documented below.
|
355
469
|
:param pulumi.Input[_builtins.str] default_language_code: The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language)
|
356
470
|
for a list of the currently supported language codes. This field cannot be updated after creation.
|
357
471
|
:param pulumi.Input[_builtins.str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
|
358
472
|
:param pulumi.Input[_builtins.str] display_name: The human-readable name of the agent, unique within the location.
|
473
|
+
:param pulumi.Input[_builtins.bool] enable_multi_language_training: Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
|
359
474
|
:param pulumi.Input[_builtins.bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
|
360
475
|
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: (Optional, Deprecated)
|
361
476
|
Determines whether this agent should log conversation queries.
|
@@ -369,13 +484,19 @@ class _CxAgentState:
|
|
369
484
|
> **Note:** The first time you are deploying an Agent in your project you must configure location settings.
|
370
485
|
This is a one time step but at the moment you can only [configure location settings](https://cloud.google.com/dialogflow/cx/docs/concept/region#location-settings) via the Dialogflow CX console.
|
371
486
|
Another options is to use global location so you don't need to manually configure location settings.
|
487
|
+
:param pulumi.Input[_builtins.bool] locked: Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for [agents.restore][].
|
372
488
|
:param pulumi.Input[_builtins.str] name: The unique identifier of the agent.
|
489
|
+
:param pulumi.Input['CxAgentPersonalizationSettingsArgs'] personalization_settings: Settings for end user personalization.
|
490
|
+
Structure is documented below.
|
373
491
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
374
492
|
If it is not provided, the provider project is used.
|
493
|
+
:param pulumi.Input[_builtins.bool] satisfies_pzi: A read only boolean field reflecting Zone Isolation status of the agent.
|
494
|
+
:param pulumi.Input[_builtins.bool] satisfies_pzs: A read only boolean field reflecting Zone Separation status of the agent.
|
375
495
|
:param pulumi.Input[_builtins.str] security_settings: Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
376
496
|
:param pulumi.Input['CxAgentSpeechToTextSettingsArgs'] speech_to_text_settings: Settings related to speech recognition.
|
377
497
|
Structure is documented below.
|
378
498
|
:param pulumi.Input[_builtins.str] start_flow: Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
499
|
+
:param pulumi.Input[_builtins.str] start_playbook: Name of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: **projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>**. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
|
379
500
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] supported_language_codes: The list of all languages supported by this agent (except for the default_language_code).
|
380
501
|
:param pulumi.Input['CxAgentTextToSpeechSettingsArgs'] text_to_speech_settings: Settings related to speech synthesizing.
|
381
502
|
Structure is documented below.
|
@@ -384,8 +505,12 @@ class _CxAgentState:
|
|
384
505
|
"""
|
385
506
|
if advanced_settings is not None:
|
386
507
|
pulumi.set(__self__, "advanced_settings", advanced_settings)
|
508
|
+
if answer_feedback_settings is not None:
|
509
|
+
pulumi.set(__self__, "answer_feedback_settings", answer_feedback_settings)
|
387
510
|
if avatar_uri is not None:
|
388
511
|
pulumi.set(__self__, "avatar_uri", avatar_uri)
|
512
|
+
if client_certificate_settings is not None:
|
513
|
+
pulumi.set(__self__, "client_certificate_settings", client_certificate_settings)
|
389
514
|
if default_language_code is not None:
|
390
515
|
pulumi.set(__self__, "default_language_code", default_language_code)
|
391
516
|
if delete_chat_engine_on_destroy is not None:
|
@@ -394,6 +519,8 @@ class _CxAgentState:
|
|
394
519
|
pulumi.set(__self__, "description", description)
|
395
520
|
if display_name is not None:
|
396
521
|
pulumi.set(__self__, "display_name", display_name)
|
522
|
+
if enable_multi_language_training is not None:
|
523
|
+
pulumi.set(__self__, "enable_multi_language_training", enable_multi_language_training)
|
397
524
|
if enable_spell_correction is not None:
|
398
525
|
pulumi.set(__self__, "enable_spell_correction", enable_spell_correction)
|
399
526
|
if enable_stackdriver_logging is not None:
|
@@ -407,16 +534,26 @@ class _CxAgentState:
|
|
407
534
|
pulumi.set(__self__, "git_integration_settings", git_integration_settings)
|
408
535
|
if location is not None:
|
409
536
|
pulumi.set(__self__, "location", location)
|
537
|
+
if locked is not None:
|
538
|
+
pulumi.set(__self__, "locked", locked)
|
410
539
|
if name is not None:
|
411
540
|
pulumi.set(__self__, "name", name)
|
541
|
+
if personalization_settings is not None:
|
542
|
+
pulumi.set(__self__, "personalization_settings", personalization_settings)
|
412
543
|
if project is not None:
|
413
544
|
pulumi.set(__self__, "project", project)
|
545
|
+
if satisfies_pzi is not None:
|
546
|
+
pulumi.set(__self__, "satisfies_pzi", satisfies_pzi)
|
547
|
+
if satisfies_pzs is not None:
|
548
|
+
pulumi.set(__self__, "satisfies_pzs", satisfies_pzs)
|
414
549
|
if security_settings is not None:
|
415
550
|
pulumi.set(__self__, "security_settings", security_settings)
|
416
551
|
if speech_to_text_settings is not None:
|
417
552
|
pulumi.set(__self__, "speech_to_text_settings", speech_to_text_settings)
|
418
553
|
if start_flow is not None:
|
419
554
|
pulumi.set(__self__, "start_flow", start_flow)
|
555
|
+
if start_playbook is not None:
|
556
|
+
pulumi.set(__self__, "start_playbook", start_playbook)
|
420
557
|
if supported_language_codes is not None:
|
421
558
|
pulumi.set(__self__, "supported_language_codes", supported_language_codes)
|
422
559
|
if text_to_speech_settings is not None:
|
@@ -438,6 +575,19 @@ class _CxAgentState:
|
|
438
575
|
def advanced_settings(self, value: Optional[pulumi.Input['CxAgentAdvancedSettingsArgs']]):
|
439
576
|
pulumi.set(self, "advanced_settings", value)
|
440
577
|
|
578
|
+
@_builtins.property
|
579
|
+
@pulumi.getter(name="answerFeedbackSettings")
|
580
|
+
def answer_feedback_settings(self) -> Optional[pulumi.Input['CxAgentAnswerFeedbackSettingsArgs']]:
|
581
|
+
"""
|
582
|
+
Answer feedback collection settings.
|
583
|
+
Structure is documented below.
|
584
|
+
"""
|
585
|
+
return pulumi.get(self, "answer_feedback_settings")
|
586
|
+
|
587
|
+
@answer_feedback_settings.setter
|
588
|
+
def answer_feedback_settings(self, value: Optional[pulumi.Input['CxAgentAnswerFeedbackSettingsArgs']]):
|
589
|
+
pulumi.set(self, "answer_feedback_settings", value)
|
590
|
+
|
441
591
|
@_builtins.property
|
442
592
|
@pulumi.getter(name="avatarUri")
|
443
593
|
def avatar_uri(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -450,6 +600,19 @@ class _CxAgentState:
|
|
450
600
|
def avatar_uri(self, value: Optional[pulumi.Input[_builtins.str]]):
|
451
601
|
pulumi.set(self, "avatar_uri", value)
|
452
602
|
|
603
|
+
@_builtins.property
|
604
|
+
@pulumi.getter(name="clientCertificateSettings")
|
605
|
+
def client_certificate_settings(self) -> Optional[pulumi.Input['CxAgentClientCertificateSettingsArgs']]:
|
606
|
+
"""
|
607
|
+
Settings for custom client certificates.
|
608
|
+
Structure is documented below.
|
609
|
+
"""
|
610
|
+
return pulumi.get(self, "client_certificate_settings")
|
611
|
+
|
612
|
+
@client_certificate_settings.setter
|
613
|
+
def client_certificate_settings(self, value: Optional[pulumi.Input['CxAgentClientCertificateSettingsArgs']]):
|
614
|
+
pulumi.set(self, "client_certificate_settings", value)
|
615
|
+
|
453
616
|
@_builtins.property
|
454
617
|
@pulumi.getter(name="defaultLanguageCode")
|
455
618
|
def default_language_code(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -496,6 +659,18 @@ class _CxAgentState:
|
|
496
659
|
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
497
660
|
pulumi.set(self, "display_name", value)
|
498
661
|
|
662
|
+
@_builtins.property
|
663
|
+
@pulumi.getter(name="enableMultiLanguageTraining")
|
664
|
+
def enable_multi_language_training(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
665
|
+
"""
|
666
|
+
Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
|
667
|
+
"""
|
668
|
+
return pulumi.get(self, "enable_multi_language_training")
|
669
|
+
|
670
|
+
@enable_multi_language_training.setter
|
671
|
+
def enable_multi_language_training(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
672
|
+
pulumi.set(self, "enable_multi_language_training", value)
|
673
|
+
|
499
674
|
@_builtins.property
|
500
675
|
@pulumi.getter(name="enableSpellCorrection")
|
501
676
|
def enable_spell_correction(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -565,6 +740,18 @@ class _CxAgentState:
|
|
565
740
|
def location(self, value: Optional[pulumi.Input[_builtins.str]]):
|
566
741
|
pulumi.set(self, "location", value)
|
567
742
|
|
743
|
+
@_builtins.property
|
744
|
+
@pulumi.getter
|
745
|
+
def locked(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
746
|
+
"""
|
747
|
+
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for [agents.restore][].
|
748
|
+
"""
|
749
|
+
return pulumi.get(self, "locked")
|
750
|
+
|
751
|
+
@locked.setter
|
752
|
+
def locked(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
753
|
+
pulumi.set(self, "locked", value)
|
754
|
+
|
568
755
|
@_builtins.property
|
569
756
|
@pulumi.getter
|
570
757
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -577,6 +764,19 @@ class _CxAgentState:
|
|
577
764
|
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
578
765
|
pulumi.set(self, "name", value)
|
579
766
|
|
767
|
+
@_builtins.property
|
768
|
+
@pulumi.getter(name="personalizationSettings")
|
769
|
+
def personalization_settings(self) -> Optional[pulumi.Input['CxAgentPersonalizationSettingsArgs']]:
|
770
|
+
"""
|
771
|
+
Settings for end user personalization.
|
772
|
+
Structure is documented below.
|
773
|
+
"""
|
774
|
+
return pulumi.get(self, "personalization_settings")
|
775
|
+
|
776
|
+
@personalization_settings.setter
|
777
|
+
def personalization_settings(self, value: Optional[pulumi.Input['CxAgentPersonalizationSettingsArgs']]):
|
778
|
+
pulumi.set(self, "personalization_settings", value)
|
779
|
+
|
580
780
|
@_builtins.property
|
581
781
|
@pulumi.getter
|
582
782
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -590,6 +790,30 @@ class _CxAgentState:
|
|
590
790
|
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
591
791
|
pulumi.set(self, "project", value)
|
592
792
|
|
793
|
+
@_builtins.property
|
794
|
+
@pulumi.getter(name="satisfiesPzi")
|
795
|
+
def satisfies_pzi(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
796
|
+
"""
|
797
|
+
A read only boolean field reflecting Zone Isolation status of the agent.
|
798
|
+
"""
|
799
|
+
return pulumi.get(self, "satisfies_pzi")
|
800
|
+
|
801
|
+
@satisfies_pzi.setter
|
802
|
+
def satisfies_pzi(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
803
|
+
pulumi.set(self, "satisfies_pzi", value)
|
804
|
+
|
805
|
+
@_builtins.property
|
806
|
+
@pulumi.getter(name="satisfiesPzs")
|
807
|
+
def satisfies_pzs(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
808
|
+
"""
|
809
|
+
A read only boolean field reflecting Zone Separation status of the agent.
|
810
|
+
"""
|
811
|
+
return pulumi.get(self, "satisfies_pzs")
|
812
|
+
|
813
|
+
@satisfies_pzs.setter
|
814
|
+
def satisfies_pzs(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
815
|
+
pulumi.set(self, "satisfies_pzs", value)
|
816
|
+
|
593
817
|
@_builtins.property
|
594
818
|
@pulumi.getter(name="securitySettings")
|
595
819
|
def security_settings(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -627,6 +851,18 @@ class _CxAgentState:
|
|
627
851
|
def start_flow(self, value: Optional[pulumi.Input[_builtins.str]]):
|
628
852
|
pulumi.set(self, "start_flow", value)
|
629
853
|
|
854
|
+
@_builtins.property
|
855
|
+
@pulumi.getter(name="startPlaybook")
|
856
|
+
def start_playbook(self) -> Optional[pulumi.Input[_builtins.str]]:
|
857
|
+
"""
|
858
|
+
Name of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: **projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>**. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
|
859
|
+
"""
|
860
|
+
return pulumi.get(self, "start_playbook")
|
861
|
+
|
862
|
+
@start_playbook.setter
|
863
|
+
def start_playbook(self, value: Optional[pulumi.Input[_builtins.str]]):
|
864
|
+
pulumi.set(self, "start_playbook", value)
|
865
|
+
|
630
866
|
@_builtins.property
|
631
867
|
@pulumi.getter(name="supportedLanguageCodes")
|
632
868
|
def supported_language_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
@@ -673,19 +909,25 @@ class CxAgent(pulumi.CustomResource):
|
|
673
909
|
resource_name: str,
|
674
910
|
opts: Optional[pulumi.ResourceOptions] = None,
|
675
911
|
advanced_settings: Optional[pulumi.Input[Union['CxAgentAdvancedSettingsArgs', 'CxAgentAdvancedSettingsArgsDict']]] = None,
|
912
|
+
answer_feedback_settings: Optional[pulumi.Input[Union['CxAgentAnswerFeedbackSettingsArgs', 'CxAgentAnswerFeedbackSettingsArgsDict']]] = None,
|
676
913
|
avatar_uri: Optional[pulumi.Input[_builtins.str]] = None,
|
914
|
+
client_certificate_settings: Optional[pulumi.Input[Union['CxAgentClientCertificateSettingsArgs', 'CxAgentClientCertificateSettingsArgsDict']]] = None,
|
677
915
|
default_language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
678
916
|
delete_chat_engine_on_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
679
917
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
680
918
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
919
|
+
enable_multi_language_training: Optional[pulumi.Input[_builtins.bool]] = None,
|
681
920
|
enable_spell_correction: Optional[pulumi.Input[_builtins.bool]] = None,
|
682
921
|
enable_stackdriver_logging: Optional[pulumi.Input[_builtins.bool]] = None,
|
683
922
|
gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
|
684
923
|
git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
|
685
924
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
925
|
+
locked: Optional[pulumi.Input[_builtins.bool]] = None,
|
926
|
+
personalization_settings: Optional[pulumi.Input[Union['CxAgentPersonalizationSettingsArgs', 'CxAgentPersonalizationSettingsArgsDict']]] = None,
|
686
927
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
687
928
|
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
688
929
|
speech_to_text_settings: Optional[pulumi.Input[Union['CxAgentSpeechToTextSettingsArgs', 'CxAgentSpeechToTextSettingsArgsDict']]] = None,
|
930
|
+
start_playbook: Optional[pulumi.Input[_builtins.str]] = None,
|
689
931
|
supported_language_codes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
690
932
|
text_to_speech_settings: Optional[pulumi.Input[Union['CxAgentTextToSpeechSettingsArgs', 'CxAgentTextToSpeechSettingsArgsDict']]] = None,
|
691
933
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -779,6 +1021,39 @@ class CxAgent(pulumi.CustomResource):
|
|
779
1021
|
},
|
780
1022
|
gen_app_builder_settings={
|
781
1023
|
"engine": "projects/-/locations/-/collections/-/engines/-",
|
1024
|
+
},
|
1025
|
+
start_playbook="projects/-/locations/-/agents/-/playbooks/00000000-0000-0000-0000-000000000000",
|
1026
|
+
enable_multi_language_training=False,
|
1027
|
+
locked=False,
|
1028
|
+
answer_feedback_settings={
|
1029
|
+
"enable_answer_feedback": False,
|
1030
|
+
},
|
1031
|
+
client_certificate_settings={
|
1032
|
+
"passphrase": "projects/example-proj/secrets/example-secret/versions/example-version",
|
1033
|
+
"private_key": "projects/example-proj/secrets/example-secret/versions/example-version",
|
1034
|
+
"ssl_certificate": \"\"\"-----BEGIN CERTIFICATE-----
|
1035
|
+
MIIDdDCCAlygAwIBAgIJANg0gKeB5LKmMA0GCSqGSIb3DQEBCwUAMIGSMQswCQYD
|
1036
|
+
VQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5j
|
1037
|
+
aXNjbzEZMBcGA1UECgwQR2l0SHViLCBJbmMuMRkwFwYDVQQLDBBHb3Zlcm5tZW50
|
1038
|
+
IFRlYW0xGTAXBgNVBAMMEGdvdnN0YWNrLmdpdGh1Yi5pbzAeFw0yMDA1MDUxNzM2
|
1039
|
+
MzVaFw0zMDA1MDMxNzM2MzVaMIGSMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2Fs
|
1040
|
+
aWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzEZMBcGA1UECgwQR2l0SHVi
|
1041
|
+
LCBJbmMuMRkwFwYDVQQLDBBHb3Zlcm5tZW50IFRlYW0xGTAXBgNVBAMMEGdvdnN0
|
1042
|
+
YWNrLmdpdGh1Yi5pbzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK5P
|
1043
|
+
4d9qWZPjZ2eA4eYV2Q8Z3Zp4g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1044
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1045
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1046
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1047
|
+
g8e6g8e6g8e6g8e6g8e6AgMBAAGjggEaMIIBFjAdBgNVHQ4EFgQUCneA9H8fC+tC
|
1048
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1049
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1050
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1051
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1052
|
+
-----END CERTIFICATE-----
|
1053
|
+
\"\"\",
|
1054
|
+
},
|
1055
|
+
personalization_settings={
|
1056
|
+
"default_end_user_metadata": "{\\"example-key\\": \\"example-value\\"}",
|
782
1057
|
})
|
783
1058
|
```
|
784
1059
|
|
@@ -811,11 +1086,16 @@ class CxAgent(pulumi.CustomResource):
|
|
811
1086
|
:param pulumi.Input[Union['CxAgentAdvancedSettingsArgs', 'CxAgentAdvancedSettingsArgsDict']] advanced_settings: Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
|
812
1087
|
Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
813
1088
|
Structure is documented below.
|
1089
|
+
:param pulumi.Input[Union['CxAgentAnswerFeedbackSettingsArgs', 'CxAgentAnswerFeedbackSettingsArgsDict']] answer_feedback_settings: Answer feedback collection settings.
|
1090
|
+
Structure is documented below.
|
814
1091
|
:param pulumi.Input[_builtins.str] avatar_uri: The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
|
1092
|
+
:param pulumi.Input[Union['CxAgentClientCertificateSettingsArgs', 'CxAgentClientCertificateSettingsArgsDict']] client_certificate_settings: Settings for custom client certificates.
|
1093
|
+
Structure is documented below.
|
815
1094
|
:param pulumi.Input[_builtins.str] default_language_code: The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language)
|
816
1095
|
for a list of the currently supported language codes. This field cannot be updated after creation.
|
817
1096
|
:param pulumi.Input[_builtins.str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
|
818
1097
|
:param pulumi.Input[_builtins.str] display_name: The human-readable name of the agent, unique within the location.
|
1098
|
+
:param pulumi.Input[_builtins.bool] enable_multi_language_training: Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
|
819
1099
|
:param pulumi.Input[_builtins.bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
|
820
1100
|
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: (Optional, Deprecated)
|
821
1101
|
Determines whether this agent should log conversation queries.
|
@@ -829,11 +1109,15 @@ class CxAgent(pulumi.CustomResource):
|
|
829
1109
|
> **Note:** The first time you are deploying an Agent in your project you must configure location settings.
|
830
1110
|
This is a one time step but at the moment you can only [configure location settings](https://cloud.google.com/dialogflow/cx/docs/concept/region#location-settings) via the Dialogflow CX console.
|
831
1111
|
Another options is to use global location so you don't need to manually configure location settings.
|
1112
|
+
:param pulumi.Input[_builtins.bool] locked: Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for [agents.restore][].
|
1113
|
+
:param pulumi.Input[Union['CxAgentPersonalizationSettingsArgs', 'CxAgentPersonalizationSettingsArgsDict']] personalization_settings: Settings for end user personalization.
|
1114
|
+
Structure is documented below.
|
832
1115
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
833
1116
|
If it is not provided, the provider project is used.
|
834
1117
|
:param pulumi.Input[_builtins.str] security_settings: Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
835
1118
|
:param pulumi.Input[Union['CxAgentSpeechToTextSettingsArgs', 'CxAgentSpeechToTextSettingsArgsDict']] speech_to_text_settings: Settings related to speech recognition.
|
836
1119
|
Structure is documented below.
|
1120
|
+
:param pulumi.Input[_builtins.str] start_playbook: Name of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: **projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>**. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
|
837
1121
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] supported_language_codes: The list of all languages supported by this agent (except for the default_language_code).
|
838
1122
|
:param pulumi.Input[Union['CxAgentTextToSpeechSettingsArgs', 'CxAgentTextToSpeechSettingsArgsDict']] text_to_speech_settings: Settings related to speech synthesizing.
|
839
1123
|
Structure is documented below.
|
@@ -935,6 +1219,39 @@ class CxAgent(pulumi.CustomResource):
|
|
935
1219
|
},
|
936
1220
|
gen_app_builder_settings={
|
937
1221
|
"engine": "projects/-/locations/-/collections/-/engines/-",
|
1222
|
+
},
|
1223
|
+
start_playbook="projects/-/locations/-/agents/-/playbooks/00000000-0000-0000-0000-000000000000",
|
1224
|
+
enable_multi_language_training=False,
|
1225
|
+
locked=False,
|
1226
|
+
answer_feedback_settings={
|
1227
|
+
"enable_answer_feedback": False,
|
1228
|
+
},
|
1229
|
+
client_certificate_settings={
|
1230
|
+
"passphrase": "projects/example-proj/secrets/example-secret/versions/example-version",
|
1231
|
+
"private_key": "projects/example-proj/secrets/example-secret/versions/example-version",
|
1232
|
+
"ssl_certificate": \"\"\"-----BEGIN CERTIFICATE-----
|
1233
|
+
MIIDdDCCAlygAwIBAgIJANg0gKeB5LKmMA0GCSqGSIb3DQEBCwUAMIGSMQswCQYD
|
1234
|
+
VQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5j
|
1235
|
+
aXNjbzEZMBcGA1UECgwQR2l0SHViLCBJbmMuMRkwFwYDVQQLDBBHb3Zlcm5tZW50
|
1236
|
+
IFRlYW0xGTAXBgNVBAMMEGdvdnN0YWNrLmdpdGh1Yi5pbzAeFw0yMDA1MDUxNzM2
|
1237
|
+
MzVaFw0zMDA1MDMxNzM2MzVaMIGSMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2Fs
|
1238
|
+
aWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzEZMBcGA1UECgwQR2l0SHVi
|
1239
|
+
LCBJbmMuMRkwFwYDVQQLDBBHb3Zlcm5tZW50IFRlYW0xGTAXBgNVBAMMEGdvdnN0
|
1240
|
+
YWNrLmdpdGh1Yi5pbzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK5P
|
1241
|
+
4d9qWZPjZ2eA4eYV2Q8Z3Zp4g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1242
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1243
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1244
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1245
|
+
g8e6g8e6g8e6g8e6g8e6AgMBAAGjggEaMIIBFjAdBgNVHQ4EFgQUCneA9H8fC+tC
|
1246
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1247
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1248
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1249
|
+
g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6g8e6
|
1250
|
+
-----END CERTIFICATE-----
|
1251
|
+
\"\"\",
|
1252
|
+
},
|
1253
|
+
personalization_settings={
|
1254
|
+
"default_end_user_metadata": "{\\"example-key\\": \\"example-value\\"}",
|
938
1255
|
})
|
939
1256
|
```
|
940
1257
|
|
@@ -978,19 +1295,25 @@ class CxAgent(pulumi.CustomResource):
|
|
978
1295
|
resource_name: str,
|
979
1296
|
opts: Optional[pulumi.ResourceOptions] = None,
|
980
1297
|
advanced_settings: Optional[pulumi.Input[Union['CxAgentAdvancedSettingsArgs', 'CxAgentAdvancedSettingsArgsDict']]] = None,
|
1298
|
+
answer_feedback_settings: Optional[pulumi.Input[Union['CxAgentAnswerFeedbackSettingsArgs', 'CxAgentAnswerFeedbackSettingsArgsDict']]] = None,
|
981
1299
|
avatar_uri: Optional[pulumi.Input[_builtins.str]] = None,
|
1300
|
+
client_certificate_settings: Optional[pulumi.Input[Union['CxAgentClientCertificateSettingsArgs', 'CxAgentClientCertificateSettingsArgsDict']]] = None,
|
982
1301
|
default_language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
983
1302
|
delete_chat_engine_on_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
984
1303
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
985
1304
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1305
|
+
enable_multi_language_training: Optional[pulumi.Input[_builtins.bool]] = None,
|
986
1306
|
enable_spell_correction: Optional[pulumi.Input[_builtins.bool]] = None,
|
987
1307
|
enable_stackdriver_logging: Optional[pulumi.Input[_builtins.bool]] = None,
|
988
1308
|
gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
|
989
1309
|
git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
|
990
1310
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
1311
|
+
locked: Optional[pulumi.Input[_builtins.bool]] = None,
|
1312
|
+
personalization_settings: Optional[pulumi.Input[Union['CxAgentPersonalizationSettingsArgs', 'CxAgentPersonalizationSettingsArgsDict']]] = None,
|
991
1313
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
992
1314
|
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
993
1315
|
speech_to_text_settings: Optional[pulumi.Input[Union['CxAgentSpeechToTextSettingsArgs', 'CxAgentSpeechToTextSettingsArgsDict']]] = None,
|
1316
|
+
start_playbook: Optional[pulumi.Input[_builtins.str]] = None,
|
994
1317
|
supported_language_codes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
995
1318
|
text_to_speech_settings: Optional[pulumi.Input[Union['CxAgentTextToSpeechSettingsArgs', 'CxAgentTextToSpeechSettingsArgsDict']]] = None,
|
996
1319
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1004,7 +1327,9 @@ class CxAgent(pulumi.CustomResource):
|
|
1004
1327
|
__props__ = CxAgentArgs.__new__(CxAgentArgs)
|
1005
1328
|
|
1006
1329
|
__props__.__dict__["advanced_settings"] = advanced_settings
|
1330
|
+
__props__.__dict__["answer_feedback_settings"] = answer_feedback_settings
|
1007
1331
|
__props__.__dict__["avatar_uri"] = avatar_uri
|
1332
|
+
__props__.__dict__["client_certificate_settings"] = client_certificate_settings
|
1008
1333
|
if default_language_code is None and not opts.urn:
|
1009
1334
|
raise TypeError("Missing required property 'default_language_code'")
|
1010
1335
|
__props__.__dict__["default_language_code"] = default_language_code
|
@@ -1013,6 +1338,7 @@ class CxAgent(pulumi.CustomResource):
|
|
1013
1338
|
if display_name is None and not opts.urn:
|
1014
1339
|
raise TypeError("Missing required property 'display_name'")
|
1015
1340
|
__props__.__dict__["display_name"] = display_name
|
1341
|
+
__props__.__dict__["enable_multi_language_training"] = enable_multi_language_training
|
1016
1342
|
__props__.__dict__["enable_spell_correction"] = enable_spell_correction
|
1017
1343
|
__props__.__dict__["enable_stackdriver_logging"] = enable_stackdriver_logging
|
1018
1344
|
__props__.__dict__["gen_app_builder_settings"] = gen_app_builder_settings
|
@@ -1020,15 +1346,20 @@ class CxAgent(pulumi.CustomResource):
|
|
1020
1346
|
if location is None and not opts.urn:
|
1021
1347
|
raise TypeError("Missing required property 'location'")
|
1022
1348
|
__props__.__dict__["location"] = location
|
1349
|
+
__props__.__dict__["locked"] = locked
|
1350
|
+
__props__.__dict__["personalization_settings"] = personalization_settings
|
1023
1351
|
__props__.__dict__["project"] = project
|
1024
1352
|
__props__.__dict__["security_settings"] = security_settings
|
1025
1353
|
__props__.__dict__["speech_to_text_settings"] = speech_to_text_settings
|
1354
|
+
__props__.__dict__["start_playbook"] = start_playbook
|
1026
1355
|
__props__.__dict__["supported_language_codes"] = supported_language_codes
|
1027
1356
|
__props__.__dict__["text_to_speech_settings"] = text_to_speech_settings
|
1028
1357
|
if time_zone is None and not opts.urn:
|
1029
1358
|
raise TypeError("Missing required property 'time_zone'")
|
1030
1359
|
__props__.__dict__["time_zone"] = time_zone
|
1031
1360
|
__props__.__dict__["name"] = None
|
1361
|
+
__props__.__dict__["satisfies_pzi"] = None
|
1362
|
+
__props__.__dict__["satisfies_pzs"] = None
|
1032
1363
|
__props__.__dict__["start_flow"] = None
|
1033
1364
|
super(CxAgent, __self__).__init__(
|
1034
1365
|
'gcp:diagflow/cxAgent:CxAgent',
|
@@ -1041,21 +1372,29 @@ class CxAgent(pulumi.CustomResource):
|
|
1041
1372
|
id: pulumi.Input[str],
|
1042
1373
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1043
1374
|
advanced_settings: Optional[pulumi.Input[Union['CxAgentAdvancedSettingsArgs', 'CxAgentAdvancedSettingsArgsDict']]] = None,
|
1375
|
+
answer_feedback_settings: Optional[pulumi.Input[Union['CxAgentAnswerFeedbackSettingsArgs', 'CxAgentAnswerFeedbackSettingsArgsDict']]] = None,
|
1044
1376
|
avatar_uri: Optional[pulumi.Input[_builtins.str]] = None,
|
1377
|
+
client_certificate_settings: Optional[pulumi.Input[Union['CxAgentClientCertificateSettingsArgs', 'CxAgentClientCertificateSettingsArgsDict']]] = None,
|
1045
1378
|
default_language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
1046
1379
|
delete_chat_engine_on_destroy: Optional[pulumi.Input[_builtins.bool]] = None,
|
1047
1380
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1048
1381
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
1382
|
+
enable_multi_language_training: Optional[pulumi.Input[_builtins.bool]] = None,
|
1049
1383
|
enable_spell_correction: Optional[pulumi.Input[_builtins.bool]] = None,
|
1050
1384
|
enable_stackdriver_logging: Optional[pulumi.Input[_builtins.bool]] = None,
|
1051
1385
|
gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
|
1052
1386
|
git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
|
1053
1387
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
1388
|
+
locked: Optional[pulumi.Input[_builtins.bool]] = None,
|
1054
1389
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
1390
|
+
personalization_settings: Optional[pulumi.Input[Union['CxAgentPersonalizationSettingsArgs', 'CxAgentPersonalizationSettingsArgsDict']]] = None,
|
1055
1391
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1392
|
+
satisfies_pzi: Optional[pulumi.Input[_builtins.bool]] = None,
|
1393
|
+
satisfies_pzs: Optional[pulumi.Input[_builtins.bool]] = None,
|
1056
1394
|
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
1057
1395
|
speech_to_text_settings: Optional[pulumi.Input[Union['CxAgentSpeechToTextSettingsArgs', 'CxAgentSpeechToTextSettingsArgsDict']]] = None,
|
1058
1396
|
start_flow: Optional[pulumi.Input[_builtins.str]] = None,
|
1397
|
+
start_playbook: Optional[pulumi.Input[_builtins.str]] = None,
|
1059
1398
|
supported_language_codes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1060
1399
|
text_to_speech_settings: Optional[pulumi.Input[Union['CxAgentTextToSpeechSettingsArgs', 'CxAgentTextToSpeechSettingsArgsDict']]] = None,
|
1061
1400
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None) -> 'CxAgent':
|
@@ -1069,11 +1408,16 @@ class CxAgent(pulumi.CustomResource):
|
|
1069
1408
|
:param pulumi.Input[Union['CxAgentAdvancedSettingsArgs', 'CxAgentAdvancedSettingsArgsDict']] advanced_settings: Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
|
1070
1409
|
Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.
|
1071
1410
|
Structure is documented below.
|
1411
|
+
:param pulumi.Input[Union['CxAgentAnswerFeedbackSettingsArgs', 'CxAgentAnswerFeedbackSettingsArgsDict']] answer_feedback_settings: Answer feedback collection settings.
|
1412
|
+
Structure is documented below.
|
1072
1413
|
:param pulumi.Input[_builtins.str] avatar_uri: The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
|
1414
|
+
:param pulumi.Input[Union['CxAgentClientCertificateSettingsArgs', 'CxAgentClientCertificateSettingsArgsDict']] client_certificate_settings: Settings for custom client certificates.
|
1415
|
+
Structure is documented below.
|
1073
1416
|
:param pulumi.Input[_builtins.str] default_language_code: The default language of the agent as a language tag. [See Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language)
|
1074
1417
|
for a list of the currently supported language codes. This field cannot be updated after creation.
|
1075
1418
|
:param pulumi.Input[_builtins.str] description: The description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.
|
1076
1419
|
:param pulumi.Input[_builtins.str] display_name: The human-readable name of the agent, unique within the location.
|
1420
|
+
:param pulumi.Input[_builtins.bool] enable_multi_language_training: Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
|
1077
1421
|
:param pulumi.Input[_builtins.bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
|
1078
1422
|
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: (Optional, Deprecated)
|
1079
1423
|
Determines whether this agent should log conversation queries.
|
@@ -1087,13 +1431,19 @@ class CxAgent(pulumi.CustomResource):
|
|
1087
1431
|
> **Note:** The first time you are deploying an Agent in your project you must configure location settings.
|
1088
1432
|
This is a one time step but at the moment you can only [configure location settings](https://cloud.google.com/dialogflow/cx/docs/concept/region#location-settings) via the Dialogflow CX console.
|
1089
1433
|
Another options is to use global location so you don't need to manually configure location settings.
|
1434
|
+
:param pulumi.Input[_builtins.bool] locked: Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for [agents.restore][].
|
1090
1435
|
:param pulumi.Input[_builtins.str] name: The unique identifier of the agent.
|
1436
|
+
:param pulumi.Input[Union['CxAgentPersonalizationSettingsArgs', 'CxAgentPersonalizationSettingsArgsDict']] personalization_settings: Settings for end user personalization.
|
1437
|
+
Structure is documented below.
|
1091
1438
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1092
1439
|
If it is not provided, the provider project is used.
|
1440
|
+
:param pulumi.Input[_builtins.bool] satisfies_pzi: A read only boolean field reflecting Zone Isolation status of the agent.
|
1441
|
+
:param pulumi.Input[_builtins.bool] satisfies_pzs: A read only boolean field reflecting Zone Separation status of the agent.
|
1093
1442
|
:param pulumi.Input[_builtins.str] security_settings: Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
1094
1443
|
:param pulumi.Input[Union['CxAgentSpeechToTextSettingsArgs', 'CxAgentSpeechToTextSettingsArgsDict']] speech_to_text_settings: Settings related to speech recognition.
|
1095
1444
|
Structure is documented below.
|
1096
1445
|
:param pulumi.Input[_builtins.str] start_flow: Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
1446
|
+
:param pulumi.Input[_builtins.str] start_playbook: Name of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: **projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>**. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
|
1097
1447
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] supported_language_codes: The list of all languages supported by this agent (except for the default_language_code).
|
1098
1448
|
:param pulumi.Input[Union['CxAgentTextToSpeechSettingsArgs', 'CxAgentTextToSpeechSettingsArgsDict']] text_to_speech_settings: Settings related to speech synthesizing.
|
1099
1449
|
Structure is documented below.
|
@@ -1105,21 +1455,29 @@ class CxAgent(pulumi.CustomResource):
|
|
1105
1455
|
__props__ = _CxAgentState.__new__(_CxAgentState)
|
1106
1456
|
|
1107
1457
|
__props__.__dict__["advanced_settings"] = advanced_settings
|
1458
|
+
__props__.__dict__["answer_feedback_settings"] = answer_feedback_settings
|
1108
1459
|
__props__.__dict__["avatar_uri"] = avatar_uri
|
1460
|
+
__props__.__dict__["client_certificate_settings"] = client_certificate_settings
|
1109
1461
|
__props__.__dict__["default_language_code"] = default_language_code
|
1110
1462
|
__props__.__dict__["delete_chat_engine_on_destroy"] = delete_chat_engine_on_destroy
|
1111
1463
|
__props__.__dict__["description"] = description
|
1112
1464
|
__props__.__dict__["display_name"] = display_name
|
1465
|
+
__props__.__dict__["enable_multi_language_training"] = enable_multi_language_training
|
1113
1466
|
__props__.__dict__["enable_spell_correction"] = enable_spell_correction
|
1114
1467
|
__props__.__dict__["enable_stackdriver_logging"] = enable_stackdriver_logging
|
1115
1468
|
__props__.__dict__["gen_app_builder_settings"] = gen_app_builder_settings
|
1116
1469
|
__props__.__dict__["git_integration_settings"] = git_integration_settings
|
1117
1470
|
__props__.__dict__["location"] = location
|
1471
|
+
__props__.__dict__["locked"] = locked
|
1118
1472
|
__props__.__dict__["name"] = name
|
1473
|
+
__props__.__dict__["personalization_settings"] = personalization_settings
|
1119
1474
|
__props__.__dict__["project"] = project
|
1475
|
+
__props__.__dict__["satisfies_pzi"] = satisfies_pzi
|
1476
|
+
__props__.__dict__["satisfies_pzs"] = satisfies_pzs
|
1120
1477
|
__props__.__dict__["security_settings"] = security_settings
|
1121
1478
|
__props__.__dict__["speech_to_text_settings"] = speech_to_text_settings
|
1122
1479
|
__props__.__dict__["start_flow"] = start_flow
|
1480
|
+
__props__.__dict__["start_playbook"] = start_playbook
|
1123
1481
|
__props__.__dict__["supported_language_codes"] = supported_language_codes
|
1124
1482
|
__props__.__dict__["text_to_speech_settings"] = text_to_speech_settings
|
1125
1483
|
__props__.__dict__["time_zone"] = time_zone
|
@@ -1135,6 +1493,15 @@ class CxAgent(pulumi.CustomResource):
|
|
1135
1493
|
"""
|
1136
1494
|
return pulumi.get(self, "advanced_settings")
|
1137
1495
|
|
1496
|
+
@_builtins.property
|
1497
|
+
@pulumi.getter(name="answerFeedbackSettings")
|
1498
|
+
def answer_feedback_settings(self) -> pulumi.Output[Optional['outputs.CxAgentAnswerFeedbackSettings']]:
|
1499
|
+
"""
|
1500
|
+
Answer feedback collection settings.
|
1501
|
+
Structure is documented below.
|
1502
|
+
"""
|
1503
|
+
return pulumi.get(self, "answer_feedback_settings")
|
1504
|
+
|
1138
1505
|
@_builtins.property
|
1139
1506
|
@pulumi.getter(name="avatarUri")
|
1140
1507
|
def avatar_uri(self) -> pulumi.Output[Optional[_builtins.str]]:
|
@@ -1143,6 +1510,15 @@ class CxAgent(pulumi.CustomResource):
|
|
1143
1510
|
"""
|
1144
1511
|
return pulumi.get(self, "avatar_uri")
|
1145
1512
|
|
1513
|
+
@_builtins.property
|
1514
|
+
@pulumi.getter(name="clientCertificateSettings")
|
1515
|
+
def client_certificate_settings(self) -> pulumi.Output[Optional['outputs.CxAgentClientCertificateSettings']]:
|
1516
|
+
"""
|
1517
|
+
Settings for custom client certificates.
|
1518
|
+
Structure is documented below.
|
1519
|
+
"""
|
1520
|
+
return pulumi.get(self, "client_certificate_settings")
|
1521
|
+
|
1146
1522
|
@_builtins.property
|
1147
1523
|
@pulumi.getter(name="defaultLanguageCode")
|
1148
1524
|
def default_language_code(self) -> pulumi.Output[_builtins.str]:
|
@@ -1173,6 +1549,14 @@ class CxAgent(pulumi.CustomResource):
|
|
1173
1549
|
"""
|
1174
1550
|
return pulumi.get(self, "display_name")
|
1175
1551
|
|
1552
|
+
@_builtins.property
|
1553
|
+
@pulumi.getter(name="enableMultiLanguageTraining")
|
1554
|
+
def enable_multi_language_training(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
1555
|
+
"""
|
1556
|
+
Enable training multi-lingual models for this agent. These models will be trained on all the languages supported by the agent.
|
1557
|
+
"""
|
1558
|
+
return pulumi.get(self, "enable_multi_language_training")
|
1559
|
+
|
1176
1560
|
@_builtins.property
|
1177
1561
|
@pulumi.getter(name="enableSpellCorrection")
|
1178
1562
|
def enable_spell_correction(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
@@ -1222,6 +1606,14 @@ class CxAgent(pulumi.CustomResource):
|
|
1222
1606
|
"""
|
1223
1607
|
return pulumi.get(self, "location")
|
1224
1608
|
|
1609
|
+
@_builtins.property
|
1610
|
+
@pulumi.getter
|
1611
|
+
def locked(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
1612
|
+
"""
|
1613
|
+
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for [agents.restore][].
|
1614
|
+
"""
|
1615
|
+
return pulumi.get(self, "locked")
|
1616
|
+
|
1225
1617
|
@_builtins.property
|
1226
1618
|
@pulumi.getter
|
1227
1619
|
def name(self) -> pulumi.Output[_builtins.str]:
|
@@ -1230,6 +1622,15 @@ class CxAgent(pulumi.CustomResource):
|
|
1230
1622
|
"""
|
1231
1623
|
return pulumi.get(self, "name")
|
1232
1624
|
|
1625
|
+
@_builtins.property
|
1626
|
+
@pulumi.getter(name="personalizationSettings")
|
1627
|
+
def personalization_settings(self) -> pulumi.Output[Optional['outputs.CxAgentPersonalizationSettings']]:
|
1628
|
+
"""
|
1629
|
+
Settings for end user personalization.
|
1630
|
+
Structure is documented below.
|
1631
|
+
"""
|
1632
|
+
return pulumi.get(self, "personalization_settings")
|
1633
|
+
|
1233
1634
|
@_builtins.property
|
1234
1635
|
@pulumi.getter
|
1235
1636
|
def project(self) -> pulumi.Output[_builtins.str]:
|
@@ -1239,6 +1640,22 @@ class CxAgent(pulumi.CustomResource):
|
|
1239
1640
|
"""
|
1240
1641
|
return pulumi.get(self, "project")
|
1241
1642
|
|
1643
|
+
@_builtins.property
|
1644
|
+
@pulumi.getter(name="satisfiesPzi")
|
1645
|
+
def satisfies_pzi(self) -> pulumi.Output[_builtins.bool]:
|
1646
|
+
"""
|
1647
|
+
A read only boolean field reflecting Zone Isolation status of the agent.
|
1648
|
+
"""
|
1649
|
+
return pulumi.get(self, "satisfies_pzi")
|
1650
|
+
|
1651
|
+
@_builtins.property
|
1652
|
+
@pulumi.getter(name="satisfiesPzs")
|
1653
|
+
def satisfies_pzs(self) -> pulumi.Output[_builtins.bool]:
|
1654
|
+
"""
|
1655
|
+
A read only boolean field reflecting Zone Separation status of the agent.
|
1656
|
+
"""
|
1657
|
+
return pulumi.get(self, "satisfies_pzs")
|
1658
|
+
|
1242
1659
|
@_builtins.property
|
1243
1660
|
@pulumi.getter(name="securitySettings")
|
1244
1661
|
def security_settings(self) -> pulumi.Output[Optional[_builtins.str]]:
|
@@ -1264,6 +1681,14 @@ class CxAgent(pulumi.CustomResource):
|
|
1264
1681
|
"""
|
1265
1682
|
return pulumi.get(self, "start_flow")
|
1266
1683
|
|
1684
|
+
@_builtins.property
|
1685
|
+
@pulumi.getter(name="startPlaybook")
|
1686
|
+
def start_playbook(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1687
|
+
"""
|
1688
|
+
Name of the start playbook in this agent. A start playbook will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: **projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>**. Currently only the default playbook with id "00000000-0000-0000-0000-000000000000" is allowed.
|
1689
|
+
"""
|
1690
|
+
return pulumi.get(self, "start_playbook")
|
1691
|
+
|
1267
1692
|
@_builtins.property
|
1268
1693
|
@pulumi.getter(name="supportedLanguageCodes")
|
1269
1694
|
def supported_language_codes(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
|