Interface protos.google.cloud.discoveryengine.v1.ISession (2.8.0)

Properties of a Session.

Package

@google-cloud/discoveryengine

Properties

displayName

displayName?: (string|null);

Session displayName

endTime

endTime?: (google.protobuf.ITimestamp|null);

Session endTime

isPinned

isPinned?: (boolean|null);

Session isPinned

labels

labels?: (string[]|null);

Session labels

name

name?: (string|null);

Session name

startTime

startTime?: (google.protobuf.ITimestamp|null);

Session startTime

state

state?: (google.cloud.discoveryengine.v1.Session.State|keyof typeof google.cloud.discoveryengine.v1.Session.State|null);

Session state

turns

turns?: (google.cloud.discoveryengine.v1.Session.ITurn[]|null);

Session turns

userPseudoId

userPseudoId?: (string|null);

Session userPseudoId