======= Service ======= Any functions marked with `@intersect_message` are indicative of a public API with functions you can call. You send a request message according to the parameter's type, DIAL sends a response message according to its return type. DIAL may also send events on its own, these will be defined under the `intersect_sdk_events` object on the Capability class. For a more in-depth look into how INTERSECT functions, please see the `INTERSECT-SDK documentation `_. .. automodule:: dial_service.dial_service :members: :undoc-members: