OptionaladditionalGets or sets a dictionary of additional usage counts.
All values set here are assumed to be summable. For example, when middleware makes multiple calls to an underlying service, it may sum the counts from multiple results to produce an overall UsageDetail
OptionalinputGets or sets the number of tokens in the input.
OptionaloutputGets or sets the number of tokens in the output.
OptionaltotalGets or sets the total number of tokens used to produce the response.
Adds usage data from another UsageDetails into this instance
Provides usage details about a request/response.