Class FunctionCallResultBatch
Ordered results for one function-call batch.
public sealed class FunctionCallResultBatch
- Inheritance
-
FunctionCallResultBatch
- Inherited Members
Constructors
FunctionCallResultBatch()
public FunctionCallResultBatch()
FunctionCallResultBatch(string, IEnumerable<FunctionCallResult>)
public FunctionCallResultBatch(string functionCallBatchId, IEnumerable<FunctionCallResult> results)
Parameters
functionCallBatchIdstringresultsIEnumerable<FunctionCallResult>
Properties
FunctionCallBatchId
public string FunctionCallBatchId { get; set; }
Property Value
Results
public IReadOnlyList<FunctionCallResult> Results { get; set; }