blob: 124b7501fdf08d1c50a9bdcab1acea24284677e3 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_131-google-v7) on Thu Apr 19 15:01:21 PDT 2018 -->
<title>IntentsGrpc (java API)</title>
<meta name="date" content="2018-04-19">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IntentsGrpc (java API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentProto.html" title="class in com.google.cloud.dialogflow.v2beta1"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsBlockingStub.html" title="class in com.google.cloud.dialogflow.v2beta1"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html" target="_top">Frames</a></li>
<li><a href="IntentsGrpc.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.google.cloud.dialogflow.v2beta1</div>
<h2 title="Class IntentsGrpc" class="title">Class IntentsGrpc</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.google.cloud.dialogflow.v2beta1.IntentsGrpc</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/dialogflow/v2beta1/intent.proto")
public final class <span class="typeNameLabel">IntentsGrpc</span>
extends java.lang.Object</pre>
<div class="block"><pre>
An intent represents a mapping between input from a user and an action to
be taken by your application. When you pass user input to the
[DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] (or
[StreamingDetectIntent][google.cloud.dialogflow.v2beta1.Sessions.StreamingDetectIntent]) method, the
Dialogflow API analyzes the input and searches
for a matching intent. If no match is found, the Dialogflow API returns a
fallback intent (`is_fallback` = true).
You can provide additional information for the Dialogflow API to use to
match user input to an intent by adding the following to your intent.
* **Contexts** - provide additional context for intent analysis. For
example, if an intent is related to an object in your application that
plays music, you can provide a context to determine when to match the
intent if the user input is “turn it off”. You can include a context
that matches the intent when there is previous user input of
"play music", and not when there is previous user input of
"turn on the light".
* **Events** - allow for matching an intent by using an event name
instead of user input. Your application can provide an event name and
related parameters to the Dialogflow API to match an intent. For
example, when your application starts, you can send a welcome event
with a user name parameter to the Dialogflow API to match an intent with
a personalized welcome message for the user.
* **Training phrases** - provide examples of user input to train the
Dialogflow API agent to better match intents.
For more information about intents, see the
[Dialogflow documentation](https://dialogflow.com/docs/intents).
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsBlockingStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsBlockingStub</a></span></code>
<div class="block">
An intent represents a mapping between input from a user and an action to
be taken by your application.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsFutureStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsFutureStub</a></span></code>
<div class="block">
An intent represents a mapping between input from a user and an action to
be taken by your application.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsImplBase.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsImplBase</a></span></code>
<div class="block">
An intent represents a mapping between input from a user and an action to
be taken by your application.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsStub</a></span></code>
<div class="block">
An intent represents a mapping between input from a user and an action to
be taken by your application.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/BatchDeleteIntentsRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">BatchDeleteIntentsRequest</a>,<a href="../../../../../com/google/longrunning/Operation.html" title="class in com.google.longrunning">Operation</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#METHOD_BATCH_DELETE_INTENTS">METHOD_BATCH_DELETE_INTENTS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/BatchUpdateIntentsRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">BatchUpdateIntentsRequest</a>,<a href="../../../../../com/google/longrunning/Operation.html" title="class in com.google.longrunning">Operation</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#METHOD_BATCH_UPDATE_INTENTS">METHOD_BATCH_UPDATE_INTENTS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/CreateIntentRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">CreateIntentRequest</a>,<a href="../../../../../com/google/cloud/dialogflow/v2beta1/Intent.html" title="class in com.google.cloud.dialogflow.v2beta1">Intent</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#METHOD_CREATE_INTENT">METHOD_CREATE_INTENT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/DeleteIntentRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">DeleteIntentRequest</a>,<a href="https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/Empty.html?is-external=true" title="class or interface in com.google.protobuf">Empty</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#METHOD_DELETE_INTENT">METHOD_DELETE_INTENT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/GetIntentRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">GetIntentRequest</a>,<a href="../../../../../com/google/cloud/dialogflow/v2beta1/Intent.html" title="class in com.google.cloud.dialogflow.v2beta1">Intent</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#METHOD_GET_INTENT">METHOD_GET_INTENT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/ListIntentsRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">ListIntentsRequest</a>,<a href="../../../../../com/google/cloud/dialogflow/v2beta1/ListIntentsResponse.html" title="class in com.google.cloud.dialogflow.v2beta1">ListIntentsResponse</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#METHOD_LIST_INTENTS">METHOD_LIST_INTENTS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/UpdateIntentRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">UpdateIntentRequest</a>,<a href="../../../../../com/google/cloud/dialogflow/v2beta1/Intent.html" title="class in com.google.cloud.dialogflow.v2beta1">Intent</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#METHOD_UPDATE_INTENT">METHOD_UPDATE_INTENT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#SERVICE_NAME">SERVICE_NAME</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static io.grpc.ServiceDescriptor</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#getServiceDescriptor--">getServiceDescriptor</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsBlockingStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsBlockingStub</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#newBlockingStub-io.grpc.Channel-">newBlockingStub</a></span>(io.grpc.Channel&nbsp;channel)</code>
<div class="block">Creates a new blocking-style stub that supports unary and streaming output calls on the service</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsFutureStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsFutureStub</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#newFutureStub-io.grpc.Channel-">newFutureStub</a></span>(io.grpc.Channel&nbsp;channel)</code>
<div class="block">Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsStub</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html#newStub-io.grpc.Channel-">newStub</a></span>(io.grpc.Channel&nbsp;channel)</code>
<div class="block">Creates a new async stub that supports all call types for the service</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="SERVICE_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SERVICE_NAME</h4>
<pre>public static final&nbsp;java.lang.String SERVICE_NAME</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#com.google.cloud.dialogflow.v2beta1.IntentsGrpc.SERVICE_NAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="METHOD_LIST_INTENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METHOD_LIST_INTENTS</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/ListIntentsRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">ListIntentsRequest</a>,<a href="../../../../../com/google/cloud/dialogflow/v2beta1/ListIntentsResponse.html" title="class in com.google.cloud.dialogflow.v2beta1">ListIntentsResponse</a>&gt; METHOD_LIST_INTENTS</pre>
</li>
</ul>
<a name="METHOD_GET_INTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METHOD_GET_INTENT</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/GetIntentRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">GetIntentRequest</a>,<a href="../../../../../com/google/cloud/dialogflow/v2beta1/Intent.html" title="class in com.google.cloud.dialogflow.v2beta1">Intent</a>&gt; METHOD_GET_INTENT</pre>
</li>
</ul>
<a name="METHOD_CREATE_INTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METHOD_CREATE_INTENT</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/CreateIntentRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">CreateIntentRequest</a>,<a href="../../../../../com/google/cloud/dialogflow/v2beta1/Intent.html" title="class in com.google.cloud.dialogflow.v2beta1">Intent</a>&gt; METHOD_CREATE_INTENT</pre>
</li>
</ul>
<a name="METHOD_UPDATE_INTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METHOD_UPDATE_INTENT</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/UpdateIntentRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">UpdateIntentRequest</a>,<a href="../../../../../com/google/cloud/dialogflow/v2beta1/Intent.html" title="class in com.google.cloud.dialogflow.v2beta1">Intent</a>&gt; METHOD_UPDATE_INTENT</pre>
</li>
</ul>
<a name="METHOD_DELETE_INTENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METHOD_DELETE_INTENT</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/DeleteIntentRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">DeleteIntentRequest</a>,<a href="https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/Empty.html?is-external=true" title="class or interface in com.google.protobuf">Empty</a>&gt; METHOD_DELETE_INTENT</pre>
</li>
</ul>
<a name="METHOD_BATCH_UPDATE_INTENTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METHOD_BATCH_UPDATE_INTENTS</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/BatchUpdateIntentsRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">BatchUpdateIntentsRequest</a>,<a href="../../../../../com/google/longrunning/Operation.html" title="class in com.google.longrunning">Operation</a>&gt; METHOD_BATCH_UPDATE_INTENTS</pre>
</li>
</ul>
<a name="METHOD_BATCH_DELETE_INTENTS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>METHOD_BATCH_DELETE_INTENTS</h4>
<pre>@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901")
public static final&nbsp;io.grpc.MethodDescriptor&lt;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/BatchDeleteIntentsRequest.html" title="class in com.google.cloud.dialogflow.v2beta1">BatchDeleteIntentsRequest</a>,<a href="../../../../../com/google/longrunning/Operation.html" title="class in com.google.longrunning">Operation</a>&gt; METHOD_BATCH_DELETE_INTENTS</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="newStub-io.grpc.Channel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newStub</h4>
<pre>public static&nbsp;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsStub</a>&nbsp;newStub(io.grpc.Channel&nbsp;channel)</pre>
<div class="block">Creates a new async stub that supports all call types for the service</div>
</li>
</ul>
<a name="newBlockingStub-io.grpc.Channel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newBlockingStub</h4>
<pre>public static&nbsp;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsBlockingStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsBlockingStub</a>&nbsp;newBlockingStub(io.grpc.Channel&nbsp;channel)</pre>
<div class="block">Creates a new blocking-style stub that supports unary and streaming output calls on the service</div>
</li>
</ul>
<a name="newFutureStub-io.grpc.Channel-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newFutureStub</h4>
<pre>public static&nbsp;<a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsFutureStub.html" title="class in com.google.cloud.dialogflow.v2beta1">IntentsGrpc.IntentsFutureStub</a>&nbsp;newFutureStub(io.grpc.Channel&nbsp;channel)</pre>
<div class="block">Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service</div>
</li>
</ul>
<a name="getServiceDescriptor--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getServiceDescriptor</h4>
<pre>public static&nbsp;io.grpc.ServiceDescriptor&nbsp;getServiceDescriptor()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentProto.html" title="class in com.google.cloud.dialogflow.v2beta1"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../com/google/cloud/dialogflow/v2beta1/IntentsGrpc.IntentsBlockingStub.html" title="class in com.google.cloud.dialogflow.v2beta1"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/google/cloud/dialogflow/v2beta1/IntentsGrpc.html" target="_top">Frames</a></li>
<li><a href="IntentsGrpc.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>