Skip to content

Commit

Permalink
Merge branch 'main' into renovate/c8-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pattishin committed Jun 15, 2023
2 parents 989af59 + fabcca6 commit ecafa71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Binary file added dialogflow-cx/resources/audio.raw
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const {describe, it} = require('mocha');
const execSync = require('child_process').execSync;
const exec = cmd => execSync(cmd, {encoding: 'utf8'});

describe('detect intent with sentiment analysis', () => {
describe.skip('detect intent with sentiment analysis', () => {
const cmd = 'node detect-intent-with-sentiment-analysis.js';

const projectId = process.env.GCLOUD_PROJECT;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// ** This file is automatically generated by gapic-generator-typescript. **
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

'use strict';

Expand All @@ -33,7 +30,7 @@ describe('Quickstart', () => {
try {
// TODO: write an actual functional test:
execSync(
`node ./quickstart.js ${project} global my-agent audio.raw AUDIO_ENCODING_LINEAR_16 16000 en`,
`node ./quickstart.js ${project} global b1808233-450b-4065-9492-bc9b40151641 resources/audio.raw AUDIO_ENCODING_LINEAR_16 16000 en`,
{cwd}
);
assert('unreachable');
Expand Down

0 comments on commit ecafa71

Please sign in to comment.