Return the SessionConfig associated with this [TaskContext]
(&self)
| 117 | |
| 118 | /// Return the SessionConfig associated with this [TaskContext] |
| 119 | pub fn session_config(&self) -> &SessionConfig { |
| 120 | &self.session_config |
| 121 | } |
| 122 | |
| 123 | /// Return the `session_id` of this [TaskContext] |
| 124 | pub fn session_id(&self) -> String { |
no outgoing calls