Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1LlmCallTokenCount

Stores token counts of the LLM call.

Inheritance
object
GoogleCloudDialogflowCxV3beta1LlmCallTokenCount
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1LlmCallTokenCount : IDirectResponseSchema

Properties

ConversationContextTokenCount

The number of tokens used for the conversation history in the prompt.

Declaration
[JsonProperty("conversationContextTokenCount")]
public virtual long? ConversationContextTokenCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExampleTokenCount

The number of tokens used for the retrieved examples in the prompt.

Declaration
[JsonProperty("exampleTokenCount")]
public virtual long? ExampleTokenCount { get; set; }
Property Value
Type Description
long?

TotalInputTokenCount

The total number of tokens used for the input to the LLM call.

Declaration
[JsonProperty("totalInputTokenCount")]
public virtual long? TotalInputTokenCount { get; set; }
Property Value
Type Description
long?

TotalOutputTokenCount

The total number of tokens used for the output of the LLM call.

Declaration
[JsonProperty("totalOutputTokenCount")]
public virtual long? TotalOutputTokenCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX