Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Answer::Step (v0.12.0)

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>

#actions=

def actions=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::Action>
Parameter

#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

#state=

def state=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Answer::Step::State
Parameter

#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.