QueryRequest constructor

QueryRequest({
  1. String? agentUserId,
  2. String? deviceView,
  3. bool? includeDeviceMetadata,
  4. List<QueryRequestInput>? inputs,
  5. String? requestId,
})

Implementation

QueryRequest({
  this.agentUserId,
  this.deviceView,
  this.includeDeviceMetadata,
  this.inputs,
  this.requestId,
});