Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 305 Bytes

IntentDescriptionValue.md

File metadata and controls

18 lines (12 loc) · 305 Bytes

Rasa::HTTP::IntentDescriptionValue

Properties

Name Type Description Notes
use_entities Boolean [optional]

Example

require 'rasa-http-api'

instance = Rasa::HTTP::IntentDescriptionValue.new(
  use_entities: null
)