Return the `session_id` of this [TaskContext]
(&self)
| 122 | |
| 123 | /// Return the `session_id` of this [TaskContext] |
| 124 | pub fn session_id(&self) -> String { |
| 125 | self.session_id.clone() |
| 126 | } |
| 127 | |
| 128 | /// Return the `task_id` of this [TaskContext] |
| 129 | pub fn task_id(&self) -> Option<String> { |