Class GoogleCloudDialogflowCxV3beta1GenerativeInfo
Inheritance
GoogleCloudDialogflowCxV3beta1GenerativeInfo
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1GenerativeInfo : IDirectResponseSchema
Properties
ActionTracingInfo
Declaration
[JsonProperty("actionTracingInfo")]
public virtual GoogleCloudDialogflowCxV3beta1Example ActionTracingInfo { get; set; }
Property Value
CurrentPlaybooks
Declaration
[JsonProperty("currentPlaybooks")]
public virtual IList<string> CurrentPlaybooks { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements