Class TriggerExecution.Builder
java.lang.Object
com.google.genai.gaos.models.triggers.TriggerExecution.Builder
- Enclosing class:
- TriggerExecution
-
Method Summary
Modifier and TypeMethodDescriptionbuild()endTime(OffsetDateTime endTime) Output only.environmentId(String environmentId) Output only.Output only.Required.interactionId(String interactionId) Output only.scheduledTime(OffsetDateTime scheduledTime) Output only.startTime(OffsetDateTime startTime) Output only.status(TriggerExecutionStatus status) Output only.Required.
-
Method Details
-
endTime
Output only. The time when the execution finished. -
environmentId
Output only. The environment ID used for the execution. -
error
Output only. The error message if the execution failed. -
id
Required. Output only. Identifier.The ID of the trigger execution.
-
interactionId
Output only. The ID of the interaction created by this execution, if any. -
scheduledTime
Output only. The time when the execution was scheduled to run. -
startTime
Output only. The time when the execution started. -
status
Output only. The status of the execution. -
triggerId
Required. Output only. Identifier.The ID of the trigger that created this execution.
-
build
-