Docs.rs
  • aristech-nlp-client-1.0.2
    • aristech-nlp-client 1.0.2
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • mmende
    • Dependencies
      • prost ^0.13.5 normal
      • prost-types ^0.13.5 normal
      • tokio ^1.45.0 normal
      • tokio-stream ^0.1.17 normal
      • tonic ^0.13.1 normal
      • dotenv ^0.15.0 dev
      • tonic-build ^0.13.1 build
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

aristech_nlp_client1.0.2

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • Auth
  • AuthInterceptor
  • TlsOptions
  • nlp_service::AddProjectRequest
  • nlp_service::AddProjectResponse
  • nlp_service::ContentFilter
  • nlp_service::ContentResponseItem
  • nlp_service::EmbeddingModel
  • nlp_service::FallbackMessage
  • nlp_service::Function
  • nlp_service::FunctionRequest
  • nlp_service::GetContentRequest
  • nlp_service::GetContentResponse
  • nlp_service::GetEmbeddingModelsRequest
  • nlp_service::GetIntentsRequest
  • nlp_service::GetIntentsResponse
  • nlp_service::GetProjectsRequest
  • nlp_service::GetScoreLimitsRequest
  • nlp_service::GetScoreLimitsResponse
  • nlp_service::History
  • nlp_service::Intent
  • nlp_service::IntentInput
  • nlp_service::Keyword
  • nlp_service::Project
  • nlp_service::Relation
  • nlp_service::RemoveContentRequest
  • nlp_service::RemoveContentResponse
  • nlp_service::RemoveProjectRequest
  • nlp_service::RemoveProjectResponse
  • nlp_service::RunFunctionsRequest
  • nlp_service::RunFunctionsResponse
  • nlp_service::UpdateContentRequest
  • nlp_service::UpdateContentResponse
  • nlp_service::UpdateProjectRequest
  • nlp_service::UpdateProjectResponse
  • nlp_service::nlp_server_client::NlpServerClient

Enums

  • nlp_service::fallback_message::Type
  • nlp_service::intent::InputType

Functions

  • get_client
  • get_content
  • get_intents
  • get_score_limits
  • list_functions
  • list_projects
  • remove_content
  • run_functions
  • update_content

Type Aliases

  • NlpClient