invocationId property

String? invocationId

The ID of the invocation relating to this message.

This is expected to be present for StreamInvocationMessage and CompletionMessage. It may be null for an InvocationMessage if the sender does not expect a response.

Implementation

String? get invocationId;