Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SessionEvent

An event represents a message from either the user or agent.

Inheritance
object
GoogleCloudAiplatformV1beta1SessionEvent
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.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SessionEvent : IDirectResponseSchema

Properties

Actions

Optional. Actions executed by the agent.

Declaration
[JsonProperty("actions")]
public virtual GoogleCloudAiplatformV1beta1EventActions Actions { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1EventActions

Author

Required. The name of the agent that sent the event, or user.

Declaration
[JsonProperty("author")]
public virtual string Author { get; set; }
Property Value
Type Description
string

Content

Optional. Content of the event provided by the author.

Declaration
[JsonProperty("content")]
public virtual GoogleCloudAiplatformV1beta1Content Content { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1Content

ETag

The ETag of the item.

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

ErrorCode

Optional. Error code if the response is an error. Code varies by model.

Declaration
[JsonProperty("errorCode")]
public virtual string ErrorCode { get; set; }
Property Value
Type Description
string

ErrorMessage

Optional. Error message if the response is an error.

Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string

EventMetadata

Optional. Metadata relating to this event.

Declaration
[JsonProperty("eventMetadata")]
public virtual GoogleCloudAiplatformV1beta1EventMetadata EventMetadata { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1EventMetadata

InvocationId

Required. The invocation id of the event, multiple events can have the same invocation id.

Declaration
[JsonProperty("invocationId")]
public virtual string InvocationId { get; set; }
Property Value
Type Description
string

Name

Required. Identifier. The resource name of the event. Format:projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}/events/{event}.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Timestamp

object representation of TimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampDateTimeOffset instead.")]
public virtual object Timestamp { get; set; }
Property Value
Type Description
object

TimestampDateTimeOffset

DateTimeOffset representation of TimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TimestampRaw

Required. Timestamp when the event was created on client side.

Declaration
[JsonProperty("timestamp")]
public virtual string TimestampRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX