Dialogflow v3 API - Class PlaybookOutput (3.0.0)

public sealed class PlaybookOutput : IMessage<PlaybookOutput>, IEquatable<PlaybookOutput>, IDeepCloneable<PlaybookOutput>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class PlaybookOutput.

Output of the playbook.

Inheritance

object > PlaybookOutput

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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