public sealed class Playbook.Types.Step : IMessage<Playbook.Types.Step>, IEquatable<Playbook.Types.Step>, IDeepCloneable<Playbook.Types.Step>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Playbook.Types.Step.
Message of single step execution.
Implements
IMessagePlaybookTypesStep, IEquatablePlaybookTypesStep, IDeepCloneablePlaybookTypesStep, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Step()
public Step()Step(Step)
public Step(Playbook.Types.Step other)| Parameter | |
|---|---|
| Name | Description |
other |
PlaybookTypesStep |
Properties
HasText
public bool HasText { get; }Gets whether the "text" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InstructionCase
public Playbook.Types.Step.InstructionOneofCase InstructionCase { get; }| Property Value | |
|---|---|
| Type | Description |
PlaybookTypesStepInstructionOneofCase |
|
Steps
public RepeatedField<Playbook.Types.Step> Steps { get; }Sub-processing needed to execute the current step.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPlaybookTypesStep |
|
Text
public string Text { get; set; }Step instruction in text format.
| Property Value | |
|---|---|
| Type | Description |
string |
|