You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r"""Creates a new trigger that will invoke the specified agent on the given cron schedule.
62
62
63
-
:param interaction: Configuration parameters for the interaction request template.
64
-
:param schedule: Required. The cron schedule on which the trigger should run.
65
-
Standard cron format.
63
+
:param schedule: Required. The cron schedule on which the trigger should run. Standard cron format.
66
64
:param time_zone: Required. Time zone in which the schedule should be interpreted.
65
+
:param interaction: Required. The interaction request template to be executed.
67
66
:param api_version: Which version of the API to use.
68
67
:param display_name: Optional. The display name of the trigger.
69
68
:param environment_id: Optional. The environment ID for the trigger execution.
69
+
:param max_consecutive_failures: Optional. The maximum number of consecutive failures allowed before the trigger is automatically paused (status becomes ERROR).
70
70
:param execution_timeout_seconds: Optional. The execution timeout for the triggered interaction.
71
-
:param max_consecutive_failures: Optional. The maximum number of consecutive failures allowed before
72
-
the trigger is automatically paused (status becomes ERROR).
73
71
:param extra_headers: Additional headers to set or replace on requests.
74
72
:param extra_query: Additional query parameters to append to requests.
75
73
:param extra_body: Additional JSON object fields to merge into request bodies.
r"""Creates a new trigger that will invoke the specified agent on the given cron schedule.
1235
1231
1236
-
:param interaction: Configuration parameters for the interaction request template.
1237
-
:param schedule: Required. The cron schedule on which the trigger should run.
1238
-
Standard cron format.
1232
+
:param schedule: Required. The cron schedule on which the trigger should run. Standard cron format.
1239
1233
:param time_zone: Required. Time zone in which the schedule should be interpreted.
1234
+
:param interaction: Required. The interaction request template to be executed.
1240
1235
:param api_version: Which version of the API to use.
1241
1236
:param display_name: Optional. The display name of the trigger.
1242
1237
:param environment_id: Optional. The environment ID for the trigger execution.
1238
+
:param max_consecutive_failures: Optional. The maximum number of consecutive failures allowed before the trigger is automatically paused (status becomes ERROR).
1243
1239
:param execution_timeout_seconds: Optional. The execution timeout for the triggered interaction.
1244
-
:param max_consecutive_failures: Optional. The maximum number of consecutive failures allowed before
1245
-
the trigger is automatically paused (status becomes ERROR).
1246
1240
:param extra_headers: Additional headers to set or replace on requests.
1247
1241
:param extra_query: Additional query parameters to append to requests.
1248
1242
:param extra_body: Additional JSON object fields to merge into request bodies.
0 commit comments