1234567891011121314151617181920212223242526272829303132333435363738 |
- # 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",
- )
|