Class GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata
Inheritance
GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1PlaybookTraceMetadata : IDirectResponseSchema
Properties
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("playbook")]
public virtual string Playbook { get; set; }
Property Value
Implements