Discovery Engine v1beta API - Class Answer.Types.Step (1.0.0-beta12)

public sealed class Answer.Types.Step : IMessage<Answer.Types.Step>, IEquatable<Answer.Types.Step>, IDeepCloneable<Answer.Types.Step>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Answer.Types.Step.

Step information.

Inheritance

object > Answer.Types.Step

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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