View Source GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServiceFunctionResponse (google_api_ai_platform v0.2.0)

Function response details.

Attributes

  • name (type: String.t, default: nil) - Required. The name of the function to call.
  • response (type: map(), default: nil) - Required. The function response in JSON object format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServiceFunctionResponse{
  name: String.t() | nil,
  response: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.