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 v1 API class Answer.Types.Step.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `Answer.Types.Step` class within the Discovery Engine v1 API, specifically for version 1.3.0."],["The `Answer.Types.Step` class, which represents step information, inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `Step()` and another `Step(Answer.Types.Step other)` for creating copies."],["It contains properties such as `Actions` (a `RepeatedField`), `Description`, `State`, and `Thought`, providing details about each step in a process."],["The `Answer.Types.Step` class is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is housed within the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."]]],[]]