View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAnswerStep (google_api_discovery_engine v0.9.0)

Step 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
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.