Chatbot for Support docs

I made a chatbot for support apps and have a few fixes im unsure how to perform.

  1. I have a text area that gets the output from a response but you are able to type in that output text area, how do i disable that so that i cannot type in it. i ONLY want to be able to see the output generated.

@ashton.lalchan

Then ideally it should be made label instead of text area…

Also which chatbot are you using dpewnsing on that the question should go to respective communities if you have issue

Cheers

@ashton.lalchan,

Have you tried Disabled property of Text area. Change it to True and your text area would be read only.

Thanks,
Ashok :slight_smile:

Hi @ashokkarale, yes I have tried this but it disables the entire text are incuding the color that I chose for the text area is gone.

hi @Anil_G I am building a support chatbot that uses IS GenAI activities.

@ashton.lalchan

I meant using what is this built?

As said make it a label so that it is non editable

Cheers