public sealed class PlaybookOutput : IMessage<PlaybookOutput>, IEquatable<PlaybookOutput>, IDeepCloneable<PlaybookOutput>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class PlaybookOutput.
Output of the playbook.
Implements
IMessagePlaybookOutput, IEquatablePlaybookOutput, IDeepCloneablePlaybookOutput, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
PlaybookOutput()
public PlaybookOutput()PlaybookOutput(PlaybookOutput)
public PlaybookOutput(PlaybookOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
PlaybookOutput |
Properties
ExecutionSummary
public string ExecutionSummary { get; set; }Optional. Summary string of the execution result of the child playbook.
| Property Value | |
|---|---|
| Type | Description |
string |
|