Megosztás a következőn keresztül:


class Intent::ConversationalLanguageUnderstandingModel

class Intent::ConversationalLanguageUnderstandingModel
  : public Intent::LanguageUnderstandingModel

A szándékfelismeréshez használt beszélgetési Language Understanding jelöli.

Tagok

languageResourceKey

Szintaxis: public std::string languageResourceKey;

Ez az Azure-beli nyelvi erőforráskulcs, amelyet ezzel a modellel kell használni.

endpoint

Szintaxis: public std::string endpoint;

Beszélgetési Language Understanding üzembehelyezési végponttal.

projectName

Szintaxis: public std::string projectName;

Beszélgetési Language Understanding projekt neve.

deploymentName

Szintaxis: public std::string deploymentName;

Beszélgetési Language Understanding üzembe helyezés neve.

GetModelId

Szintaxis: public inline virtual std::string GetModelId ( ) const;

A modell azonosítóját adja vissza. Alapértelmezés szerint projectName-deploymentName.

Válaszok

A modell azonosítóját képviselő sztring.

SetModelId

Szintaxis: public inline void SetModelId ( std::string value );

Beállítja a modell azonosítóját. Alapértelmezés szerint projectName-deploymentName.

Paraméterek

  • value A modell azonosítóját képviselő sztring.

FromResource

Szintaxis: public inline static std::shared_ptr< ConversationalLanguageUnderstandingModel > FromResource ( const std::string & languageResourceKey , const std::string & endpoint , const std::string & projectName , const std::string & deploymentName );

Beszélgetési Language Understanding (CLU) modellt hoz létre a megadott modellazonosító használatával.

Paraméterek

  • languageResourceKey Az Azure Language erőforráskulcsa.

  • endpoint Az Azure Language erőforrásvégpontja.

  • projectNameA Beszélgetési Language Understanding projekt neve.

  • deploymentNameA Beszélgetési Language Understanding üzembe helyezés neve.

Válaszok

Megosztott mutató a Beszélgetési Language Understanding modellre.