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

Copy Markdown View Source

Knowledge resource.

Properties

FieldDescription

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

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

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

descriptionA detailed description of the knowledge source and when to use it. This helps provide context about the content and its intended purpose.
nameThe name of the knowledge source.

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

| status | The status of processing the knowledge source ('SCHEDULED', 'QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED').. Values: SCHEDULED, QUEUED, PROCESSING, COMPLETED, FAILED |

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

| updatedAt | The date and time in GMT when the Knowledge was last updated specified in ISO 8601 format.. Format: date-time |

Summary

Types

t()

@type t() :: %Twilio.Resources.Knowledge.V2.KnowledgeBase.Knowledge{
  createdAt: String.t(),
  description: String.t(),
  id: String.t(),
  name: String.t(),
  source: String.t(),
  status: String.t(),
  updatedAt: String.t()
}

Functions

object_name()