1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# This file was automatically generated by BuildFileGenerator
# This is an API workspace, having public visibility by default makes perfect sense.
package(default_visibility = ["//visibility:public"])
##############################################################################
# Common
##############################################################################
load("@rules_proto//proto:defs.bzl", "proto_library")
proto_library(
name = "interactionmodel_proto",
srcs = [
"conditional_event.proto",
"entity_set.proto",
"event_handler.proto",
"global_intent_event.proto",
"intent.proto",
"intent_event.proto",
"scene.proto",
"slot.proto",
],
deps = [
"//google/actions/sdk/v2/interactionmodel/prompt:prompt_proto",
"//google/actions/sdk/v2/interactionmodel/type:type_proto",
"//google/api:field_behavior_proto",
"@com_google_protobuf//:struct_proto",
],
)
##############################################################################
# Node.js
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"nodejs_gapic_assembly_pkg",
"nodejs_gapic_library",
)
|