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