Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChatbotComponentIonic

Hierarchy

Implements

  • any

Index

Constructors

constructor

Properties

amplifyService

amplifyService: AmplifyService

botName

botName: string

chatTitle

chatTitle: string

clearComplete

clearComplete: boolean = false

complete

complete: EventEmitter<string> = new EventEmitter<string>()

completions

completions: any

errorMessage

errorMessage: string

inputText

inputText: string = ""

messages

messages: any = []

Accessors

bot

  • set bot(botName: string): void

clearOnComplete

  • set clearOnComplete(clearComplete: boolean): void

data

  • set data(data: any): void

title

  • set title(title: string): void

Methods

ngOnInit

  • ngOnInit(): void

onInputChange

  • onInputChange(value: string): void

onSubmit

  • onSubmit(e: any): void

performOnComplete

  • performOnComplete(evt: any): void