public sealed class StreamAssistResponse.Types.SessionInfo : IMessage<StreamAssistResponse.Types.SessionInfo>, IEquatable<StreamAssistResponse.Types.SessionInfo>, IDeepCloneable<StreamAssistResponse.Types.SessionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class StreamAssistResponse.Types.SessionInfo.
Information about the session.
Implements
IMessageStreamAssistResponseTypesSessionInfo, IEquatableStreamAssistResponseTypesSessionInfo, IDeepCloneableStreamAssistResponseTypesSessionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
SessionInfo()
public SessionInfo()
SessionInfo(SessionInfo)
public SessionInfo(StreamAssistResponse.Types.SessionInfo other)
Parameter | |
---|---|
Name | Description |
other |
StreamAssistResponseTypesSessionInfo |
Properties
Session
public string Session { get; set; }
Name of the newly generated or continued session.
Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}
.
Property Value | |
---|---|
Type | Description |
string |
SessionAsSessionName
public SessionName SessionAsSessionName { get; set; }
SessionName-typed view over the Session resource name property.
Property Value | |
---|---|
Type | Description |
SessionName |