public sealed class Answer.Types.Step : IMessage<Answer.Types.Step>, IEquatable<Answer.Types.Step>, IDeepCloneable<Answer.Types.Step>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1 API class Answer.Types.Step.
Step information.
Implements
IMessageAnswerTypesStep, IEquatableAnswerTypesStep, IDeepCloneableAnswerTypesStep, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
Step()
public Step()Step(Step)
public Step(Answer.Types.Step other)| Parameter | |
|---|---|
| Name | Description |
other |
AnswerTypesStep |
Properties
Actions
public RepeatedField<Answer.Types.Step.Types.Action> Actions { get; }Actions.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAnswerTypesStepTypesAction |
|
Description
public string Description { get; set; }The description of the step.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public Answer.Types.Step.Types.State State { get; set; }The state of the step.
| Property Value | |
|---|---|
| Type | Description |
AnswerTypesStepTypesState |
|
Thought
public string Thought { get; set; }The thought of the step.
| Property Value | |
|---|---|
| Type | Description |
string |
|