Code Monkey home page Code Monkey logo

chat-bot's Introduction

INPUT

{ send_icon: xml, buttonMessage: string, messsage: string, input: [ placeholder: string, type: ['number', 'text', 'email'], min: number|null, max: number|null ] }

AUTO COMPLETE

{ send_icon: xml, placeholder: string, message: string, option: [ label: string, value: string|number, ] }

CHECK BOX

{ button_text: string, message: string option: [ label: string, value: string|number, checked: boolean ] }

CANLENDAR

{ button_text: string, message: string }

BUTTON LISTS

{ layout: ['holizontal', 'vertical'], message: string, option: [ label: string, value: string ] }

ADD ON

{ title: string, item: [ { image: xml, title: string, description: string,

  rate: float,
  custom_calculate_rate: function(round: number, number: number): number,
  unit: string,
  max: number,
  min: number,

  default_number: number,
  increase_number: number,

  botton_text: string,
  
  note_title: string,
  note_button_text: string,
  note_item: [
    {
      image: xml,
      description: string,
    }
  ]
}

] }

MAP

{

}

COVERAGE

{ title: string, item: [ { title: string, image: xml, description: string,

  rate: float,
  custom_calculate_rate: function(round: number, number: number): number,
  unit: string,
  max: number,
  min: number,

  default_number: number,
  increase_number: number,
}

] }

ADD OTHERS

{ title: string, item: [ { checked: boolean, title: string, description: string, rate: float, unit: string, note: { title: string, description: string, item: [{ placeholder: string, type: ['number', 'text', 'email'], min: number|null, max: number|null }], button_text: string } } ] }

chat-bot's People

Watchers

James Cloos avatar Boonprakit Chaikaew avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.