TypeSafeSDK.Noul (TypeSafeSDK v0.1.0)

Copy Markdown View Source

A yes/no question with optional instructions and true/false descriptions.

Summary

Types

t()

@type t() :: %TypeSafeSDK.Noul{
  criteria: TypeSafeSDK.NoulCriteria.t() | map() | nil,
  instructions: term() | nil
}

Functions

new(attrs \\ [])

@spec new(keyword() | map()) :: t()