invocationId property

String? invocationId
final

The ID of the invocation relating to this message.

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

Implementation

final String? invocationId;