Twilio.Resources.Knowledge.V2.KnowledgeBase.Search (twilio_elixir v0.1.3)

Copy Markdown View Source

Search resource.

Properties

FieldDescription
contentThe chunk content.

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

createdAtThe date and time in GMT when the Chunk was created specified in ISO 8601 format.. Format: date-time
scoreThe score associated with the chunk.. Format: float

Summary

Types

t()

@type t() :: %Twilio.Resources.Knowledge.V2.KnowledgeBase.Search{
  content: String.t(),
  createdAt: String.t(),
  knowledgeId: String.t(),
  score: float()
}

Functions

object_name()