com.google.assistant.embedded.v1alpha2.DebugInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: embedded_assistant.proto
package com.google.assistant.embedded.v1alpha2;
public interface DebugInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.assistant.embedded.v1alpha2.DebugInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The original JSON response from an Action-on-Google agent to Google server.
* See
* https://developers.google.com/actions/reference/rest/Shared.Types/AppResponse.
* It will only be populated if the request maker owns the AoG project and the
* AoG project is in preview mode.
*
*
* string aog_agent_to_assistant_json = 1;
* @return The aogAgentToAssistantJson.
*/
java.lang.String getAogAgentToAssistantJson();
/**
*
* The original JSON response from an Action-on-Google agent to Google server.
* See
* https://developers.google.com/actions/reference/rest/Shared.Types/AppResponse.
* It will only be populated if the request maker owns the AoG project and the
* AoG project is in preview mode.
*
*
* string aog_agent_to_assistant_json = 1;
* @return The bytes for aogAgentToAssistantJson.
*/
com.google.protobuf.ByteString
getAogAgentToAssistantJsonBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy