Dialogflow v3 API - Class PlaybookInput (3.0.0)

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

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

Input of the playbook.

Inheritance

object > PlaybookInput

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

PlaybookInput()

public PlaybookInput()

PlaybookInput(PlaybookInput)

public PlaybookInput(PlaybookInput other)
Parameter
Name Description
other PlaybookInput

Properties

PrecedingConversationSummary

public string PrecedingConversationSummary { get; set; }

Optional. Summary string of the preceding conversation for the child playbook invocation.

Property Value
Type Description
string