Twilio.Resources.Assistants.V1.Assistant (twilio_elixir v0.1.3)

Copy Markdown View Source

Assistant resource.

Sub-resources

  • feedbacks/v1/Assistants/{id}/Feedbacks
  • knowledge/v1/Assistants/{id}/Knowledge
  • messages/v1/Assistants/{id}/Messages
  • tools/v1/Assistants/{id}/Tools

Properties

FieldDescription

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

account_sidThe SID of the Account that created the Assistant resource.
customer_aiThe Personalization and Perception Engine settings.

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

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

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

date_updatedThe date and time in GMT when the Assistant was last updated specified in ISO 8601 format.. Format: date-time
idThe Assistant ID.
knowledgeThe list of knowledge sources associated with the assistant.
modelThe default model used by the assistant.
nameThe name of the assistant.
ownerThe owner/company of the assistant.
personality_promptThe personality prompt to be used for assistant.
toolsThe list of tools associated with the assistant.
urlThe url of the assistant resource.

Summary

Types

t()

@type t() :: %Twilio.Resources.Assistants.V1.Assistant{
  account_sid: String.t(),
  customer_ai: map(),
  date_created: String.t(),
  date_updated: String.t(),
  id: String.t(),
  knowledge: list(),
  model: String.t(),
  name: String.t(),
  owner: String.t(),
  personality_prompt: String.t(),
  tools: list(),
  url: String.t()
}

Functions

object_name()