public sealed class PlaybookInput : IMessage<PlaybookInput>, IEquatable<PlaybookInput>, IDeepCloneable<PlaybookInput>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class PlaybookInput.
Input of the playbook.
Implements
IMessagePlaybookInput, IEquatablePlaybookInput, IDeepCloneablePlaybookInput, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |
|