Twilio.Resources.Intelligence.V3.ControlPlane.Operator.Version (twilio_elixir v0.1.3)

Copy Markdown View Source

Version resource.

Properties

FieldDescription
inputA sample input text that demonstrates the type of content the Operator processes.

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| output | The expected output corresponding to the provided input example. This value must be consistent with the defined output_format and output_schema of the Operator. |

Summary

Types

t()

@type t() :: %Twilio.Resources.Intelligence.V3.ControlPlane.Operator.Version{
  input: String.t(),
  output: String.t()
}

Functions

object_name()