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

Copy Markdown View Source

Chunk resource.

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

Represents a processed content chunk extracted from knowledge source. Chunks are smaller segments of content that have been parsed and indexed for semantic search operations, containing the original text content.

Properties

FieldDescription
contentThe chunk content.

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

| createdAt | The date and time in GMT when the Chunk was created specified in ISO 8601 format.. Format: date-time |

Summary

Types

t()

@type t() :: %Twilio.Resources.Knowledge.V2.KnowledgeBase.Knowledge.Chunk{
  content: String.t(),
  createdAt: String.t()
}

Functions

object_name()