CreateRealtimeEndpointOutput constructor

CreateRealtimeEndpointOutput({
  1. String? mLModelId,
  2. RealtimeEndpointInfo? realtimeEndpointInfo,
})

Implementation

CreateRealtimeEndpointOutput({
  this.mLModelId,
  this.realtimeEndpointInfo,
});