Skip to content

Commit

Permalink
samples: added region tags (#738)
Browse files Browse the repository at this point in the history
* Tag fix

* rerun conventional commit
  • Loading branch information
galz10 authored Oct 4, 2021
1 parent 2f0b8e2 commit 3b317cb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion dialogflow/snippets/src/main/dialogflow/Example.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
package com.example;
/*
* Copyright 2021 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
*
* 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.
*/

package dialogflow;

// [START dialogflow_webhook]

import com.google.cloud.functions.HttpFunction;
import com.google.cloud.functions.HttpRequest;
Expand Down Expand Up @@ -46,3 +64,4 @@ public void service(HttpRequest request, HttpResponse response) throws Exception
writer.write(o.toString());
}
}
// [END dialogflow_webhook]
2 changes: 1 addition & 1 deletion dialogflow/snippets/src/test/dialogflow/ExampleIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package dialogflow.cx;
package dialogflow;

import static com.google.common.truth.Truth.assertThat;
import static org.mockito.Mockito.when;
Expand Down

0 comments on commit 3b317cb

Please sign in to comment.