All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.assistant.embedded.v1alpha2.DebugConfigOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: embedded_assistant.proto

package com.google.assistant.embedded.v1alpha2;

public interface DebugConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.assistant.embedded.v1alpha2.DebugConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * When this field is set to true, the `debug_info` field in `AssistResponse`
   * may be populated. However it will significantly increase latency of
   * responses. Do not set this field true in production code.
   * 
* * bool return_debug_info = 6; * @return The returnDebugInfo. */ boolean getReturnDebugInfo(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy