View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStep (google_api_discovery_engine v0.27.0)
Step information.
Attributes
-
actions
(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStepAction.t)
, default:nil
) - Actions. -
description
(type:String.t
, default:nil
) - The description of the step. -
state
(type:String.t
, default:nil
) - The state of the step. -
thought
(type:String.t
, default:nil
) - The thought of the step.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStep{ actions: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAnswerStepAction.t() ] | nil, description: String.t() | nil, state: String.t() | nil, thought: String.t() | nil }