Class IntentsGrpc.IntentsBlockingStub

  • Enclosing class:
    IntentsGrpc

    public static final class IntentsGrpc.IntentsBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<IntentsGrpc.IntentsBlockingStub>
    A stub to allow clients to do synchronous rpc calls to service Intents.
     Service for managing [Intents][google.cloud.dialogflow.cx.v3.Intent].
     
    • Method Detail

      • createIntent

        public Intent createIntent​(CreateIntentRequest request)
         Creates an intent in the specified agent.
         Note: You should always train a flow prior to sending it queries. See the
         [training
         documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
         
      • updateIntent

        public Intent updateIntent​(UpdateIntentRequest request)
         Updates the specified intent.
         Note: You should always train a flow prior to sending it queries. See the
         [training
         documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
         
      • deleteIntent

        public com.google.protobuf.Empty deleteIntent​(DeleteIntentRequest request)
         Deletes the specified intent.
         Note: You should always train a flow prior to sending it queries. See the
         [training
         documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).