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

com.google.cloud.dialogflow.cx.v3beta1.ActionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.65.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/cx/v3beta1/example.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.dialogflow.cx.v3beta1;

public interface ActionOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.cx.v3beta1.Action)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Optional. Agent obtained a message from the customer.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.UserUtterance user_utterance = 1 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the userUtterance field is set. */ boolean hasUserUtterance(); /** * * *
   * Optional. Agent obtained a message from the customer.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.UserUtterance user_utterance = 1 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The userUtterance. */ com.google.cloud.dialogflow.cx.v3beta1.UserUtterance getUserUtterance(); /** * * *
   * Optional. Agent obtained a message from the customer.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.UserUtterance user_utterance = 1 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.cx.v3beta1.UserUtteranceOrBuilder getUserUtteranceOrBuilder(); /** * * *
   * Optional. Action performed by the agent as a message.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.AgentUtterance agent_utterance = 2 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the agentUtterance field is set. */ boolean hasAgentUtterance(); /** * * *
   * Optional. Action performed by the agent as a message.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.AgentUtterance agent_utterance = 2 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The agentUtterance. */ com.google.cloud.dialogflow.cx.v3beta1.AgentUtterance getAgentUtterance(); /** * * *
   * Optional. Action performed by the agent as a message.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.AgentUtterance agent_utterance = 2 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.cx.v3beta1.AgentUtteranceOrBuilder getAgentUtteranceOrBuilder(); /** * * *
   * Optional. Action performed on behalf of the agent by calling a plugin
   * tool.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.ToolUse tool_use = 3 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the toolUse field is set. */ boolean hasToolUse(); /** * * *
   * Optional. Action performed on behalf of the agent by calling a plugin
   * tool.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.ToolUse tool_use = 3 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The toolUse. */ com.google.cloud.dialogflow.cx.v3beta1.ToolUse getToolUse(); /** * * *
   * Optional. Action performed on behalf of the agent by calling a plugin
   * tool.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.ToolUse tool_use = 3 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.cx.v3beta1.ToolUseOrBuilder getToolUseOrBuilder(); /** * * *
   * Optional. Action performed on behalf of the agent by invoking a child
   * playbook.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.PlaybookInvocation playbook_invocation = 4 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the playbookInvocation field is set. */ boolean hasPlaybookInvocation(); /** * * *
   * Optional. Action performed on behalf of the agent by invoking a child
   * playbook.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.PlaybookInvocation playbook_invocation = 4 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The playbookInvocation. */ com.google.cloud.dialogflow.cx.v3beta1.PlaybookInvocation getPlaybookInvocation(); /** * * *
   * Optional. Action performed on behalf of the agent by invoking a child
   * playbook.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.PlaybookInvocation playbook_invocation = 4 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.cx.v3beta1.PlaybookInvocationOrBuilder getPlaybookInvocationOrBuilder(); /** * * *
   * Optional. Action performed on behalf of the agent by invoking a CX flow.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.FlowInvocation flow_invocation = 5 [(.google.api.field_behavior) = OPTIONAL]; * * * @return Whether the flowInvocation field is set. */ boolean hasFlowInvocation(); /** * * *
   * Optional. Action performed on behalf of the agent by invoking a CX flow.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.FlowInvocation flow_invocation = 5 [(.google.api.field_behavior) = OPTIONAL]; * * * @return The flowInvocation. */ com.google.cloud.dialogflow.cx.v3beta1.FlowInvocation getFlowInvocation(); /** * * *
   * Optional. Action performed on behalf of the agent by invoking a CX flow.
   * 
* * * .google.cloud.dialogflow.cx.v3beta1.FlowInvocation flow_invocation = 5 [(.google.api.field_behavior) = OPTIONAL]; * */ com.google.cloud.dialogflow.cx.v3beta1.FlowInvocationOrBuilder getFlowInvocationOrBuilder(); com.google.cloud.dialogflow.cx.v3beta1.Action.ActionCase getActionCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy