GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerStep (google_api_discovery_engine v0.28.0)
View SourceStep information.
Attributes
-
actions(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerStepAction.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.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerStep{ actions: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerStepAction.t() ] | nil, description: String.t() | nil, state: String.t() | nil, thought: String.t() | nil }