com.google.assistant.embedded.v1alpha2.DeviceActionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: embedded_assistant.proto
package com.google.assistant.embedded.v1alpha2;
public interface DeviceActionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.assistant.embedded.v1alpha2.DeviceAction)
com.google.protobuf.MessageOrBuilder {
/**
*
* JSON containing the device command response generated from the triggered
* Device Action grammar. The format is given by the
* `action.devices.EXECUTE` intent for a given
* [trait](https://developers.google.com/assistant/sdk/reference/traits/).
*
*
* string device_request_json = 1;
* @return The deviceRequestJson.
*/
java.lang.String getDeviceRequestJson();
/**
*
* JSON containing the device command response generated from the triggered
* Device Action grammar. The format is given by the
* `action.devices.EXECUTE` intent for a given
* [trait](https://developers.google.com/assistant/sdk/reference/traits/).
*
*
* string device_request_json = 1;
* @return The bytes for deviceRequestJson.
*/
com.google.protobuf.ByteString
getDeviceRequestJsonBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy