ChatOptions.StopSequences Свойство

Определение

Возвращает или задает список последовательностей остановки.

public:
 property System::Collections::Generic::IList<System::String ^> ^ StopSequences { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string>? StopSequences { get; set; }
member this.StopSequences : System.Collections.Generic.IList<string> with get, set
Public Property StopSequences As IList(Of String)

Значение свойства

Комментарии

После обнаружения последовательности остановки модель перестает создавать дополнительные маркеры для ответов чата.

Применяется к