Class GoogleCloudDialogflowCxV3beta1PlaybookOutput
Inheritance
GoogleCloudDialogflowCxV3beta1PlaybookOutput
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1PlaybookOutput : IDirectResponseSchema
Properties
ActionParameters
Declaration
[JsonProperty("actionParameters")]
public virtual IDictionary<string, object> ActionParameters { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExecutionSummary
Declaration
[JsonProperty("executionSummary")]
public virtual string ExecutionSummary { get; set; }
Property Value
State
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Implements