Arts >> Kunst en amusement >  >> Dance >> moderne Dans

Wat is gewoon dans-nu-code?

De syntaxis voor de methode `justdanceNowCode(code)` in `dialogflow-cx` voor Node.js is:

```typisch

justdanceNowCode(code:string):Promise;

```

Het volgende codevoorbeeld laat zien hoe u de methode `justdanceNowCode(code)` gebruikt:

```typisch

// Importeert de Dialogflow-clientbibliotheek

const dialogflow =vereisen('@google-cloud/dialogflow-cx');

// Instantiseert een client

const client =nieuwe dialogflow.SessionsClient();

asynchrone functie queryJustdanceNowCode() {

// const projectId ='mijn-project';

// const locationId ='us-central1';

// const agentId ='mijn-agent';

// const sessionId ='mijn-sessie';

// const query ='hoe gaat het met je';

const-verzoek ={

sessie:client.sessionPath(projectId, locationId, agentId, sessionId),

queryInvoer:{

tekst:{

tekst:vraag,

},

},

justdanceNowCode:code,

};

const [antwoord] =wacht op client.query (verzoek);

console.log(`Gedetecteerd intentie:${response.queryResult.intent.displayName}`);

response.queryResult.text.forEach(text => console.log(`Reactietekst:${text}`));

}

queryJustdanceNowCode();

```

moderne Dans

Verwante categorieën