Class GoogleCloudDialogflowCxV3SessionInfo
Inheritance
GoogleCloudDialogflowCxV3SessionInfo
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3SessionInfo : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Parameters
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
Session
Declaration
[JsonProperty("session")]
public virtual string Session { get; set; }
Property Value
Implements