Bagikan melalui


DialogStateManagerConfiguration Kelas

  • java.lang.Object
    • com.microsoft.bot.dialogs.memory.DialogStateManagerConfiguration

public class DialogStateManagerConfiguration

Mengonfigurasi pemecah masalah jalur dan cakupan memori untuk manajer status dialog.

Ringkasan Konstruktor

Konstruktor Deskripsi
DialogStateManagerConfiguration()

Ringkasan Metode

Pemodifikasi dan Jenis Metode dan Deskripsi
java.util.List<MemoryScope> getMemoryScopes()
java.util.List<PathResolver> getPathResolvers()
void setMemoryScopes(List<MemoryScope> withMemoryScopes)
void setPathResolvers(List<PathResolver> withPathResolvers)

Metode diperoleh dari java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Detail Konstruktor

DialogStateManagerConfiguration

public DialogStateManagerConfiguration()

Detail Metode

getMemoryScopes

public List getMemoryScopes()

Mengembalikan:

Mengembalikan daftar MemoryScopes.

getPathResolvers

public List getPathResolvers()

Mengembalikan:

Mengembalikan daftar PathResolvers.

setMemoryScopes

public void setMemoryScopes(List withMemoryScopes)

Parameter:

withMemoryScopes - Atur daftar MemoryScopes.

setPathResolvers

public void setPathResolvers(List withPathResolvers)

Parameter:

withPathResolvers - Atur daftar PathResolvers.

Berlaku untuk