Interface Intent.Message.RbmSuggestionOrBuilder

    • Method Detail

      • hasReply

        boolean hasReply()
         Predefined replies for user to select instead of typing
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;
        Returns:
        Whether the reply field is set.
      • getReply

        Intent.Message.RbmSuggestedReply getReply()
         Predefined replies for user to select instead of typing
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;
        Returns:
        The reply.
      • getReplyOrBuilder

        Intent.Message.RbmSuggestedReplyOrBuilder getReplyOrBuilder()
         Predefined replies for user to select instead of typing
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedReply reply = 1;
      • hasAction

        boolean hasAction()
         Predefined client side actions that user can choose
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;
        Returns:
        Whether the action field is set.
      • getAction

        Intent.Message.RbmSuggestedAction getAction()
         Predefined client side actions that user can choose
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;
        Returns:
        The action.
      • getActionOrBuilder

        Intent.Message.RbmSuggestedActionOrBuilder getActionOrBuilder()
         Predefined client side actions that user can choose
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmSuggestedAction action = 2;