SignalWire.Relay.Calling.DetectResult
This object returned from Detect
method or part of the action when DetectAsync
completes, which represents the final result of a detection operation.
Properties
Property | Type | Description |
---|---|---|
Successful | bool | Whether the detect operation has completed successfully. |
Event | SignalWire.Relay.Event | The last event that completed the call. |
Result | string | Detail related to the event. |
Type | SignalWire.Relay.Calling.DetectResultType | The type of the detection. |