QueryRequest constructor
QueryRequest({
- String? agentUserId,
- List<
QueryRequestInput> ? inputs, - String? requestId,
Implementation
QueryRequest({
this.agentUserId,
this.inputs,
this.requestId,
});