Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Answer::Step.
Step information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actions
def actions() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action>
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action>) — Actions.
#actions=
def actions=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action>
Parameter
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action>) — Actions.
Returns
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action>) — Actions.
#description
def description() -> ::String
Returns
- (::String) — The description of the step.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — The description of the step.
Returns
- (::String) — The description of the step.
#state
def state() -> ::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::State
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::State) — The state of the step.
#state=
def state=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::State
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::State) — The state of the step.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::State) — The state of the step.
#thought
def thought() -> ::String
Returns
- (::String) — The thought of the step.
#thought=
def thought=(value) -> ::String
Parameter
- value (::String) — The thought of the step.
Returns
- (::String) — The thought of the step.