Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class AppendEventRequest.
Request message for SessionService.AppendEvent .
Generated from protobuf message google.cloud.aiplatform.v1.AppendEventRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the session to append event to. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
↳ event
getName
Required. The resource name of the session to append event to.
Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
string
setName
Required. The resource name of the session to append event to.
Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
var
string
$this
getEvent
Required. The event to append to the session.
hasEvent
clearEvent
setEvent
Required. The event to append to the session.
$this
static::build
name
string
Required. The resource name of the session to append event to.
Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
Please see SessionServiceClient::sessionName()
for help formatting this field.
event

