Sets the unique identifier for this task. @param id the task ID (required) @return this builder for method chaining
(String id)
| 154 | * @return this builder for method chaining |
| 155 | */ |
| 156 | public Builder id(String id) { |
| 157 | this.id = id; |
| 158 | return this; |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Sets the context identifier associating this task with a conversation or session. |
no outgoing calls